#F999CB

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

Shades of Carnation Pink #F999CB

Tints of Carnation Pink #F999CB

Color information

#F999CB (or 0xF999CB) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and CB. RGB value is (249,153,203). Sum of RGB (Red+Green+Blue) = 249+153+203=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F999CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999CB is #066634. Grayscale: #BBBBBB. Windows color (decimal): -419381 or 13343225. OLE color: 13343225.

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

Color convert

RGB249153203-
CMYK00.390.180.02
HSL328.75º88.89%78.82%-
HSV(B)328.75º38.55%97.65%-
XYZ61.2447.2362.39-
YUV187.4136.8171.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=41.16%
G=25.29%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915320300.390.180.02328.7588.8978.82
HexF999CB027122149594f
Octal371231313047222511131117
Binary1111100110011001110010110100111100101010100100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999CB; }

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

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

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

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

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

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

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

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