Html Css Color HEX #FED2CE Cosmos

📋 copy color: '#FED2CE'

red 254 ◦ green 210 ◦ blue 206

#FED2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmos #FED2CE

Tints of Cosmos #FED2CE

RGB

 RED value IS 254 (99.61% from 255) = 37.91%

 GREEN value IS 210 (82.42% from 255) = 31.34%

 BLUE value IS 206 (80.86% from 255) = 30.75%

R = 37.91%
G = 31.34%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED2CE (or 0xFED2CE) is known color: Cosmos. HEX triplet: FE, D2 and CE. RGB value is (254,210,206). Sum of RGB (Red+Green+Blue) = 254+210+206=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CE is #012D31. Grayscale: #DEDEDE. Windows color (decimal): -77106 or 13554430. OLE color: 13554430.

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

Color convert

RGB 254 210 206 -
CMYK 0 0.17 0.19 0.00
HSL 0.96% 0.9% -
HSV(B) 0.19% 1% -
XYZ 75.06 71.62 68.26 -
YUV 222.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 254 210 206 0 0.17 0.19 0.00 5 0.96 0.9
Hex FE D2 CE 0 11 13 0 5 60 5A
Octal 376 322 316 0 21 23 0 5 140 132
Binary 11111110 11010010 11001110 0 10001 10011 0 101 1100000 1011010

Color Harmonies of #FED2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2CE

Black with #FED2CE

Text Example


Text Example

White with #FED2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2CE; }

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

 H1.HeaderClassName
 {
   color: #FED2CE;
 }
 .AnyTagClassName
 {
   color: #FED2CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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