#f99cd0

Color #F99CD0 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F99CD0

Tints of Carnation Pink #F99CD0

Color information

#F99CD0 (or 0xF99CD0) is unknown color: approx Carnation Pink. HEX triplet: F9, 9C and D0. RGB value is (249,156,208). Sum of RGB (Red+Green+Blue) = 249+156+208=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CD0 is #06632F. Grayscale: #BDBDBD. Windows color (decimal): -418608 or 13671673. OLE color: 13671673.

HSL color Cylindrical-coordinate representation of color #F99CD0: hue angle of 326.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CD0 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249156208-
CMYK00.370.160.02
HSL326.45º88.57%79.41%-
HSV(B)326.45º37.35%97.65%-
XYZ62.3448.4765.74-
YUV189.73138.31170.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=40.62%
G=25.45%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915620800.370.160.02326.4588.5779.41
HexF99CD0025102146594f
Octal371234320045202506131117
Binary1111100110011100110100000100101100001010100011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f99cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f99cd0; }

 p { color: rgb(249,156,208); }

 H1.HeaderClassName
 {
   color: #f99cd0;
 }
 .AnyTagClassName
 {
   color: #f99cd0;
 }
</style>
background-color css

<style>
 a { background-color: #f99cd0; }

 a { background-color: rgb(249,156,208); }

 div.DivClassName
 {
   background-color: #f99cd0;
 }
 .BgClassName
 {
   background-color: #f99cd0;
 }
</style>
border-color css

<style>
 span { border-color: #f99cd0; }

 span { border-color: rgb(249,156,208); }

 td.TdClassName
 {
   border-color: #f99cd0;
 }
 .TagClassName
 {
   border-color: #f99cd0;
 }
</style>