Html Css Color HEX #FED8D7 Cosmos

📋 copy color: '#FED8D7'

red 254 ◦ green 216 ◦ blue 215

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

Shades of Cosmos #FED8D7

Tints of Cosmos #FED8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.39%

R = 37.08%
G = 31.53%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FED8D7 (or 0xFED8D7) is known color: Cosmos. HEX triplet: FE, D8 and D7. RGB value is (254,216,215). Sum of RGB (Red+Green+Blue) = 254+216+215=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8D7 is #012728. Grayscale: #E3E3E3. Windows color (decimal): -75561 or 14145790. OLE color: 14145790.

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

Color convert

RGB 254 216 215 -
CMYK 0 0.15 0.15 0.00
HSL 1.54º 0.95% 0.92% -
HSV(B) 1.54º 0.15% 1% -
XYZ 77.69 75.09 74.69 -
YUV 227.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 254 216 215 0 0.15 0.15 0.00 1.54 0.95 0.92
Hex FE D8 D7 0 F F 0 2 5F 5C
Octal 376 330 327 0 17 17 0 2 137 134
Binary 11111110 11011000 11010111 0 1111 1111 0 10 1011111 1011100

Color Harmonies of #FED8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8D7

Black with #FED8D7

Text Example


Text Example

White with #FED8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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