#F9CFCC

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

Shades of Cosmos #F9CFCC

Tints of Cosmos #F9CFCC

Color information

#F9CFCC (or 0xF9CFCC) is unknown color: approx Cosmos. HEX triplet: F9, CF and CC. RGB value is (249,207,204). Sum of RGB (Red+Green+Blue) = 249+207+204=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCC is #063033. Grayscale: #DBDBDB. Windows color (decimal): -405556 or 13422585. OLE color: 13422585.

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

Color convert

RGB249207204-
CMYK00.170.180.02
HSL78.95%88.82%-
HSV(B)18.07%97.65%-
XYZ72.2869.1366.66-
YUV219.22119.41149.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=37.73%
G=31.36%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920720400.170.180.02478.9588.82
HexF9CFCC01112244f59
Octal3713173140212224117131
Binary111110011100111111001100010001100101010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFCC; }

 p { color: rgb(249,207,204); }

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

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

 a { background-color: rgb(249,207,204); }

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

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

 span { border-color: rgb(249,207,204); }

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