Html Css Color HEX #FEDED9 Remy

📋 copy color: '#FEDED9'

red 254 ◦ green 222 ◦ blue 217

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

Shades of Remy #FEDED9

Tints of Remy #FEDED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.31%

R = 36.65%
G = 32.03%
B = 31.31%

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

#FEDED9 (or 0xFEDED9) is known color: Remy. HEX triplet: FE, DE and D9. RGB value is (254,222,217). Sum of RGB (Red+Green+Blue) = 254+222+217=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED9 is #012126. Grayscale: #E7E7E7. Windows color (decimal): -74023 or 14278398. OLE color: 14278398.

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

Color convert

RGB 254 222 217 -
CMYK 0 0.13 0.15 0.00
HSL 8.11º 0.95% 0.92% -
HSV(B) 8.11º 0.15% 1% -
XYZ 79.52 78.32 76.57 -
YUV 231 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 254 222 217 0 0.13 0.15 0.00 8.11 0.95 0.92
Hex FE DE D9 0 D F 0 8 5F 5C
Octal 376 336 331 0 15 17 0 10 137 134
Binary 11111110 11011110 11011001 0 1101 1111 0 1000 1011111 1011100

Color Harmonies of #FEDED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDED9

Black with #FEDED9

Text Example


Text Example

White with #FEDED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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