#FED4CB

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

Shades of Cosmos #FED4CB

Tints of Cosmos #FED4CB

Color information

#FED4CB (or 0xFED4CB) is unknown color: approx Cosmos. HEX triplet: FE, D4 and CB. RGB value is (254,212,203). Sum of RGB (Red+Green+Blue) = 254+212+203=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CB is #012B34. Grayscale: #DFDFDF. Windows color (decimal): -76597 or 13358334. OLE color: 13358334.

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

Color convert

RGB254212203-
CMYK00.170.200.00
HSL10.59º96.23%89.61%-
HSV(B)10.59º20.08%99.61%-
XYZ75.272.4766.52-
YUV223.53116.41149.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=37.97%
G=31.69%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421220300.170.200.0010.5996.2389.61
HexFED4CB011140b605a
Octal37632431302124013140132
Binary111111101101010011001011010001101000101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4CB; }

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

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

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

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

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

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

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

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