Html Css Color HEX #FED1CE Cosmos

📋 copy color: '#FED1CE'

red 254 ◦ green 209 ◦ blue 206

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

Shades of Cosmos #FED1CE

Tints of Cosmos #FED1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.24%

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

R = 37.97%
G = 31.24%
B = 30.79%

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

#FED1CE (or 0xFED1CE) is known color: Cosmos. HEX triplet: FE, D1 and CE. RGB value is (254,209,206). Sum of RGB (Red+Green+Blue) = 254+209+206=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CE is #012E31. Grayscale: #DEDEDE. Windows color (decimal): -77362 or 13554174. OLE color: 13554174.

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

Color convert

RGB 254 209 206 -
CMYK 0 0.18 0.19 0.00
HSL 3.75º 0.96% 0.9% -
HSV(B) 3.75º 0.19% 1% -
XYZ 74.81 71.13 68.18 -
YUV 222.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 254 209 206 0 0.18 0.19 0.00 3.75 0.96 0.9
Hex FE D1 CE 0 12 13 0 4 60 5A
Octal 376 321 316 0 22 23 0 4 140 132
Binary 11111110 11010001 11001110 0 10010 10011 0 100 1100000 1011010

Color Harmonies of #FED1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1CE

Black with #FED1CE

Text Example


Text Example

White with #FED1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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