#F99DCB

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

Shades of Carnation Pink #F99DCB

Tints of Carnation Pink #F99DCB

Color information

#F99DCB (or 0xF99DCB) is unknown color: approx Carnation Pink. HEX triplet: F9, 9D and CB. RGB value is (249,157,203). Sum of RGB (Red+Green+Blue) = 249+157+203=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DCB is #066234. Grayscale: #BDBDBD. Windows color (decimal): -418357 or 13344249. OLE color: 13344249.

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

Color convert

RGB249157203-
CMYK00.370.180.02
HSL330º88.46%79.61%-
HSV(B)330º36.95%97.65%-
XYZ61.948.5762.61-
YUV189.75135.48170.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=40.89%
G=25.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915720300.370.180.0233088.4679.61
HexF99DCB02512214a5850
Octal371235313045222512130120
Binary1111100110011101110010110100101100101010100101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DCB; }

 p { color: rgb(249,157,203); }

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

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

 a { background-color: rgb(249,157,203); }

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

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

 span { border-color: rgb(249,157,203); }

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