Html Css Color HEX #FED2CB Cosmos

📋 copy color: '#FED2CB'

red 254 ◦ green 210 ◦ blue 203

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

Shades of Cosmos #FED2CB

Tints of Cosmos #FED2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.43%

R = 38.08%
G = 31.48%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED2CB (or 0xFED2CB) is known color: Cosmos. HEX triplet: FE, D2 and CB. RGB value is (254,210,203). Sum of RGB (Red+Green+Blue) = 254+210+203=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CB is #012D34. Grayscale: #DEDEDE. Windows color (decimal): -77109 or 13357822. OLE color: 13357822.

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

Color convert

RGB 254 210 203 -
CMYK 0 0.17 0.20 0.00
HSL 8.24º 0.96% 0.9% -
HSV(B) 8.24º 0.2% 1% -
XYZ 74.7 71.48 66.36 -
YUV 222.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 254 210 203 0 0.17 0.20 0.00 8.24 0.96 0.9
Hex FE D2 CB 0 11 14 0 8 60 5A
Octal 376 322 313 0 21 24 0 10 140 132
Binary 11111110 11010010 11001011 0 10001 10100 0 1000 1100000 1011010

Color Harmonies of #FED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2CB

Black with #FED2CB

Text Example


Text Example

White with #FED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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