Html Css Color HEX #FEDDD8 Remy

📋 copy color: '#FEDDD8'

red 254 ◦ green 221 ◦ blue 216

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

Shades of Remy #FEDDD8

Tints of Remy #FEDDD8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.98%

 BLUE value IS 216 (84.77% from 255) = 31.26%

R = 36.76%
G = 31.98%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEDDD8 (or 0xFEDDD8) is known color: Remy. HEX triplet: FE, DD and D8. RGB value is (254,221,216). Sum of RGB (Red+Green+Blue) = 254+221+216=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD8 is #012227. Grayscale: #E6E6E6. Windows color (decimal): -74280 or 14212606. OLE color: 14212606.

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

Color convert

RGB 254 221 216 -
CMYK 0 0.13 0.15 0.00
HSL 7.89º 0.95% 0.92% -
HSV(B) 7.89º 0.15% 1% -
XYZ 79.12 77.74 75.8 -
YUV 230.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 254 221 216 0 0.13 0.15 0.00 7.89 0.95 0.92
Hex FE DD D8 0 D F 0 8 5F 5C
Octal 376 335 330 0 15 17 0 10 137 134
Binary 11111110 11011101 11011000 0 1101 1111 0 1000 1011111 1011100

Color Harmonies of #FEDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD8

Black with #FEDDD8

Text Example


Text Example

White with #FEDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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