Html Css Color HEX #FEDDD9 Remy

📋 copy color: '#FEDDD9'

red 254 ◦ green 221 ◦ blue 217

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

Shades of Remy #FEDDD9

Tints of Remy #FEDDD9

RGB

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

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

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

R = 36.71%
G = 31.94%
B = 31.36%

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

#FEDDD9 (or 0xFEDDD9) is known color: Remy. HEX triplet: FE, DD and D9. RGB value is (254,221,217). Sum of RGB (Red+Green+Blue) = 254+221+217=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD9 is #012226. Grayscale: #E6E6E6. Windows color (decimal): -74279 or 14278142. OLE color: 14278142.

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

Color convert

RGB 254 221 217 -
CMYK 0 0.13 0.15 0.00
HSL 6.49º 0.95% 0.92% -
HSV(B) 6.49º 0.15% 1% -
XYZ 79.25 77.79 76.48 -
YUV 230.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 254 221 217 0 0.13 0.15 0.00 6.49 0.95 0.92
Hex FE DD D9 0 D F 0 6 5F 5C
Octal 376 335 331 0 15 17 0 6 137 134
Binary 11111110 11011101 11011001 0 1101 1111 0 110 1011111 1011100

Color Harmonies of #FEDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD9

Black with #FEDDD9

Text Example


Text Example

White with #FEDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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