Html Css Color HEX #FED8D4 Cosmos

📋 copy color: '#FED8D4'

red 254 ◦ green 216 ◦ blue 212

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

Shades of Cosmos #FED8D4

Tints of Cosmos #FED8D4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.67%

 BLUE value IS 212 (83.2% from 255) = 31.09%

R = 37.24%
G = 31.67%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FED8D4 (or 0xFED8D4) is known color: Cosmos. HEX triplet: FE, D8 and D4. RGB value is (254,216,212). Sum of RGB (Red+Green+Blue) = 254+216+212=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8D4 is #01272B. Grayscale: #E2E2E2. Windows color (decimal): -75564 or 13949182. OLE color: 13949182.

HSL color Cylindrical-coordinate representation of color #FED8D4: hue angle of 5.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED8D4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 212 -
CMYK 0 0.15 0.17 0.00
HSL 5.71º 0.95% 0.91% -
HSV(B) 5.71º 0.17% 1% -
XYZ 77.31 74.94 72.68 -
YUV 226.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 254 216 212 0 0.15 0.17 0.00 5.71 0.95 0.91
Hex FE D8 D4 0 F 11 0 6 5F 5B
Octal 376 330 324 0 17 21 0 6 137 133
Binary 11111110 11011000 11010100 0 1111 10001 0 110 1011111 1011011

Color Harmonies of #FED8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8D4

Black with #FED8D4

Text Example


Text Example

White with #FED8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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