#F9CFCF

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

Shades of Cosmos #F9CFCF

Tints of Cosmos #F9CFCF

Color information

#F9CFCF (or 0xF9CFCF) is unknown color: approx Cosmos. HEX triplet: F9, CF and CF. RGB value is (249,207,207). Sum of RGB (Red+Green+Blue) = 249+207+207=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCF is #063030. Grayscale: #DBDBDB. Windows color (decimal): -405553 or 13619193. OLE color: 13619193.

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

Color convert

RGB249207207-
CMYK00.170.170.02
HSL77.78%89.41%-
HSV(B)16.87%97.65%-
XYZ72.6469.2768.57-
YUV219.56120.91149-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.56%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=37.56%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920720700.170.170.02077.7889.41
HexF9CFCF01111204e59
Octal3713173170212120116131
Binary1111100111001111110011110100011000110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFCF; }

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

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

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

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

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

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

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

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