Html Css Color HEX #FED2CD Cosmos

📋 copy color: '#FED2CD'

red 254 ◦ green 210 ◦ blue 205

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

Shades of Cosmos #FED2CD

Tints of Cosmos #FED2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 37.97%
G = 31.39%
B = 30.64%

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

#FED2CD (or 0xFED2CD) is known color: Cosmos. HEX triplet: FE, D2 and CD. RGB value is (254,210,205). Sum of RGB (Red+Green+Blue) = 254+210+205=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CD is #012D32. Grayscale: #DEDEDE. Windows color (decimal): -77107 or 13488894. OLE color: 13488894.

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

Color convert

RGB 254 210 205 -
CMYK 0 0.17 0.19 0.00
HSL 6.12º 0.96% 0.9% -
HSV(B) 6.12º 0.19% 1% -
XYZ 74.94 71.57 67.62 -
YUV 222.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 254 210 205 0 0.17 0.19 0.00 6.12 0.96 0.9
Hex FE D2 CD 0 11 13 0 6 60 5A
Octal 376 322 315 0 21 23 0 6 140 132
Binary 11111110 11010010 11001101 0 10001 10011 0 110 1100000 1011010

Color Harmonies of #FED2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2CD

Black with #FED2CD

Text Example


Text Example

White with #FED2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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