Html Css Color HEX #FED0CE Cosmos

📋 copy color: '#FED0CE'

red 254 ◦ green 208 ◦ blue 206

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

Shades of Cosmos #FED0CE

Tints of Cosmos #FED0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.14%

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

R = 38.02%
G = 31.14%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED0CE (or 0xFED0CE) is known color: Cosmos. HEX triplet: FE, D0 and CE. RGB value is (254,208,206). Sum of RGB (Red+Green+Blue) = 254+208+206=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CE is #012F31. Grayscale: #DDDDDD. Windows color (decimal): -77618 or 13553918. OLE color: 13553918.

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

Color convert

RGB 254 208 206 -
CMYK 0 0.18 0.19 0.00
HSL 2.5º 0.96% 0.9% -
HSV(B) 2.5º 0.19% 1% -
XYZ 74.57 70.64 68.1 -
YUV 221.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 254 208 206 0 0.18 0.19 0.00 2.5 0.96 0.9
Hex FE D0 CE 0 12 13 0 2 60 5A
Octal 376 320 316 0 22 23 0 2 140 132
Binary 11111110 11010000 11001110 0 10010 10011 0 10 1100000 1011010

Color Harmonies of #FED0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0CE

Black with #FED0CE

Text Example


Text Example

White with #FED0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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