#FED2CF

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

Shades of Cosmos #FED2CF

Tints of Cosmos #FED2CF

Color information

#FED2CF (or 0xFED2CF) is unknown color: approx Cosmos. HEX triplet: FE, D2 and CF. RGB value is (254,210,207). Sum of RGB (Red+Green+Blue) = 254+210+207=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CF is #012D30. Grayscale: #DEDEDE. Windows color (decimal): -77105 or 13619966. OLE color: 13619966.

HSL color Cylindrical-coordinate representation of color #FED2CF: hue angle of 3.83º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED2CF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254210207-
CMYK00.170.190.00
HSL3.83º95.92%90.39%-
HSV(B)3.83º18.5%99.61%-
XYZ75.1871.6768.9-
YUV222.81119.08150.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=37.85%
G=31.30%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421020700.170.190.003.8395.9290.39
HexFED2CF0111304605a
Octal3763223170212304140132
Binary11111110110100101100111101000110011010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2CF; }

 p { color: rgb(254,210,207); }

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

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

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

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

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

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

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