#FED0CB

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

Shades of Cosmos #FED0CB

Tints of Cosmos #FED0CB

Color information

#FED0CB (or 0xFED0CB) is unknown color: approx Cosmos. HEX triplet: FE, D0 and CB. RGB value is (254,208,203). Sum of RGB (Red+Green+Blue) = 254+208+203=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CB is #012F34. Grayscale: #DDDDDD. Windows color (decimal): -77621 or 13357310. OLE color: 13357310.

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

Color convert

RGB254208203-
CMYK00.180.200.00
HSL5.88º96.23%89.61%-
HSV(B)5.88º20.08%99.61%-
XYZ74.2170.4966.2-
YUV221.18117.74151.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=38.20%
G=31.28%
B=30.53%

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
Decimal25420820300.180.200.005.8896.2389.61
HexFED0CB0121406605a
Octal3763203130222406140132
Binary11111110110100001100101101001010100011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0CB; }

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

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

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

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

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

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

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

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