Html Css Color HEX #FED4CC Cosmos

📋 copy color: '#FED4CC'

red 254 ◦ green 212 ◦ blue 204

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

Shades of Cosmos #FED4CC

Tints of Cosmos #FED4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.64%

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

R = 37.91%
G = 31.64%
B = 30.45%

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

#FED4CC (or 0xFED4CC) is known color: Cosmos. HEX triplet: FE, D4 and CC. RGB value is (254,212,204). Sum of RGB (Red+Green+Blue) = 254+212+204=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CC is #012B33. Grayscale: #DFDFDF. Windows color (decimal): -76596 or 13423870. OLE color: 13423870.

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

Color convert

RGB 254 212 204 -
CMYK 0 0.17 0.20 0.00
HSL 9.6º 0.96% 0.9% -
HSV(B) 9.6º 0.2% 1% -
XYZ 75.32 72.52 67.15 -
YUV 223.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 254 212 204 0 0.17 0.20 0.00 9.6 0.96 0.9
Hex FE D4 CC 0 11 14 0 A 60 5A
Octal 376 324 314 0 21 24 0 12 140 132
Binary 11111110 11010100 11001100 0 10001 10100 0 1010 1100000 1011010

Color Harmonies of #FED4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4CC

Black with #FED4CC

Text Example


Text Example

White with #FED4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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