#F9CECD

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

Shades of Cosmos #F9CECD

Tints of Cosmos #F9CECD

Color information

#F9CECD (or 0xF9CECD) is unknown color: approx Cosmos. HEX triplet: F9, CE and CD. RGB value is (249,206,205). Sum of RGB (Red+Green+Blue) = 249+206+205=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECD is #063132. Grayscale: #DADADA. Windows color (decimal): -405811 or 13487865. OLE color: 13487865.

HSL color Cylindrical-coordinate representation of color #F9CECD: hue angle of 1.36º 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 #F9CECD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249206205-
CMYK00.170.180.02
HSL1.36º78.57%89.02%-
HSV(B)1.36º17.67%97.65%-
XYZ72.1668.6967.21-
YUV218.74120.25149.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=37.73%
G=31.21%
B=31.06%

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
Decimal24920620500.170.180.021.3678.5789.02
HexF9CECD01112214f59
Octal3713163150212221117131
Binary1111100111001110110011010100011001010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CECD; }

 p { color: rgb(249,206,205); }

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

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

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

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

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

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

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