Html Css Color HEX #FED0CB Cosmos

📋 copy color: '#FED0CB'

red 254 ◦ green 208 ◦ blue 203

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

Shades of Cosmos #FED0CB

Tints of Cosmos #FED0CB

RGB

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

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

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

R = 38.2%
G = 31.28%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED0CB (or 0xFED0CB) is known color: Cosmos. HEX triplet: FE, D0 and CB. RGB value is (254,208,203). Sum of RGB (Red+Green+Blue) = 254+208+203=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CB is #012F34. Grayscale: #DDDDDD. Windows color (decimal): -77621 or 13357310. OLE color: 13357310.

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

Color convert

RGB 254 208 203 -
CMYK 0 0.18 0.20 0.00
HSL 5.88º 0.96% 0.9% -
HSV(B) 5.88º 0.2% 1% -
XYZ 74.21 70.49 66.2 -
YUV 221.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 254 208 203 0 0.18 0.20 0.00 5.88 0.96 0.9
Hex FE D0 CB 0 12 14 0 6 60 5A
Octal 376 320 313 0 22 24 0 6 140 132
Binary 11111110 11010000 11001011 0 10010 10100 0 110 1100000 1011010

Color Harmonies of #FED0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0CB

Black with #FED0CB

Text Example


Text Example

White with #FED0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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