#FED0CA

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

Shades of Cosmos #FED0CA

Tints of Cosmos #FED0CA

Color information

#FED0CA (or 0xFED0CA) is unknown color: approx Cosmos. HEX triplet: FE, D0 and CA. RGB value is (254,208,202). Sum of RGB (Red+Green+Blue) = 254+208+202=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CA is #012F35. Grayscale: #DDDDDD. Windows color (decimal): -77622 or 13291774. OLE color: 13291774.

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

Color convert

RGB254208202-
CMYK00.180.200.00
HSL6.92º96.3%89.41%-
HSV(B)6.92º20.47%99.61%-
XYZ74.0970.4565.57-
YUV221.07117.24151.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=38.25%
G=31.33%
B=30.42%

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
Decimal25420820200.180.200.006.9296.389.41
HexFED0CA01214076059
Octal3763203120222407140131
Binary11111110110100001100101001001010100011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0CA; }

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

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

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

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

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

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

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

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