Html Css Color HEX #FED5CC Cosmos

📋 copy color: '#FED5CC'

red 254 ◦ green 213 ◦ blue 204

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

Shades of Cosmos #FED5CC

Tints of Cosmos #FED5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.74%

 BLUE value IS 204 (80.08% from 255) = 30.4%

R = 37.85%
G = 31.74%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED5CC (or 0xFED5CC) is known color: Cosmos. HEX triplet: FE, D5 and CC. RGB value is (254,213,204). Sum of RGB (Red+Green+Blue) = 254+213+204=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CC is #012A33. Grayscale: #E0E0E0. Windows color (decimal): -76340 or 13424126. OLE color: 13424126.

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

Color convert

RGB 254 213 204 -
CMYK 0 0.16 0.20 0.00
HSL 10.8º 0.96% 0.9% -
HSV(B) 10.8º 0.2% 1% -
XYZ 75.57 73.02 67.24 -
YUV 224.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 254 213 204 0 0.16 0.20 0.00 10.8 0.96 0.9
Hex FE D5 CC 0 10 14 0 B 60 5A
Octal 376 325 314 0 20 24 0 13 140 132
Binary 11111110 11010101 11001100 0 10000 10100 0 1011 1100000 1011010

Color Harmonies of #FED5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5CC

Black with #FED5CC

Text Example


Text Example

White with #FED5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5CC; }

 p { color: rgb(254,213,204); }

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

background-color css

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

 a { background-color: rgb(254,213,204); }

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

border-color css

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

 span { border-color: rgb(254,213,204); }

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