#FED1CB

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

Shades of Cosmos #FED1CB

Tints of Cosmos #FED1CB

Color information

#FED1CB (or 0xFED1CB) is unknown color: approx Cosmos. HEX triplet: FE, D1 and CB. RGB value is (254,209,203). Sum of RGB (Red+Green+Blue) = 254+209+203=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CB is #012E34. Grayscale: #DDDDDD. Windows color (decimal): -77365 or 13357566. OLE color: 13357566.

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

Color convert

RGB254209203-
CMYK00.180.200.00
HSL7.06º96.23%89.61%-
HSV(B)7.06º20.08%99.61%-
XYZ74.4570.9866.28-
YUV221.77117.41150.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 209 (82.03% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=38.14%
G=31.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420920300.180.200.007.0696.2389.61
HexFED1CB0121407605a
Octal3763213130222407140132
Binary11111110110100011100101101001010100011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1CB; }

 p { color: rgb(254,209,203); }

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

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

 a { background-color: rgb(254,209,203); }

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

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

 span { border-color: rgb(254,209,203); }

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