Html Css Color HEX #FDDED8 Remy

📋 copy color: '#FDDED8'

red 253 ◦ green 222 ◦ blue 216

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

Shades of Remy #FDDED8

Tints of Remy #FDDED8

RGB

 RED value IS 253 (99.22% from 255) = 36.61%

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

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

R = 36.61%
G = 32.13%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDDED8 (or 0xFDDED8) is known color: Remy. HEX triplet: FD, DE and D8. RGB value is (253,222,216). Sum of RGB (Red+Green+Blue) = 253+222+216=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 216 (84.77% from 255 or 31.26% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED8 is #022127. Grayscale: #E6E6E6. Windows color (decimal): -139560 or 14212861. OLE color: 14212861.

HSL color Cylindrical-coordinate representation of color #FDDED8: hue angle of 9.73º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDED8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 216 -
CMYK 0 0.12 0.15 0.01
HSL 9.73º 0.9% 0.92% -
HSV(B) 9.73º 0.15% 0.99% -
XYZ 79.02 78.08 75.87 -
YUV 230.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 253 222 216 0 0.12 0.15 0.01 9.73 0.9 0.92
Hex FD DE D8 0 C F 1 A 5A 5C
Octal 375 336 330 0 14 17 1 12 132 134
Binary 11111101 11011110 11011000 0 1100 1111 1 1010 1011010 1011100

Color Harmonies of #FDDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDED8

Black with #FDDED8

Text Example


Text Example

White with #FDDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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