Html Css Color HEX #FEDED8 Remy

📋 copy color: '#FEDED8'

red 254 ◦ green 222 ◦ blue 216

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

Shades of Remy #FEDED8

Tints of Remy #FEDED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

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

R = 36.71%
G = 32.08%
B = 31.21%

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

#FEDED8 (or 0xFEDED8) is known color: Remy. HEX triplet: FE, DE and D8. RGB value is (254,222,216). Sum of RGB (Red+Green+Blue) = 254+222+216=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED8 is #012127. Grayscale: #E6E6E6. Windows color (decimal): -74024 or 14212862. OLE color: 14212862.

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

Color convert

RGB 254 222 216 -
CMYK 0 0.13 0.15 0.00
HSL 9.47º 0.95% 0.92% -
HSV(B) 9.47º 0.15% 1% -
XYZ 79.39 78.27 75.89 -
YUV 230.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 254 222 216 0 0.13 0.15 0.00 9.47 0.95 0.92
Hex FE DE D8 0 D F 0 9 5F 5C
Octal 376 336 330 0 15 17 0 11 137 134
Binary 11111110 11011110 11011000 0 1101 1111 0 1001 1011111 1011100

Color Harmonies of #FEDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDED8

Black with #FEDED8

Text Example


Text Example

White with #FEDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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