Html Css Color HEX #FDE0DA Remy

📋 copy color: '#FDE0DA'

red 253 ◦ green 224 ◦ blue 218

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

Shades of Remy #FDE0DA

Tints of Remy #FDE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.23%

 BLUE value IS 218 (85.55% from 255) = 31.37%

R = 36.4%
G = 32.23%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDE0DA (or 0xFDE0DA) is known color: Remy. HEX triplet: FD, E0 and DA. RGB value is (253,224,218). Sum of RGB (Red+Green+Blue) = 253+224+218=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0DA is #021F25. Grayscale: #E8E8E8. Windows color (decimal): -139046 or 14344445. OLE color: 14344445.

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

Color convert

RGB 253 224 218 -
CMYK 0 0.11 0.14 0.01
HSL 10.29º 0.9% 0.92% -
HSV(B) 10.29º 0.14% 0.99% -
XYZ 79.82 79.26 77.42 -
YUV 231.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 253 224 218 0 0.11 0.14 0.01 10.29 0.9 0.92
Hex FD E0 DA 0 B E 1 A 5A 5C
Octal 375 340 332 0 13 16 1 12 132 134
Binary 11111101 11100000 11011010 0 1011 1110 1 1010 1011010 1011100

Color Harmonies of #FDE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0DA

Black with #FDE0DA

Text Example


Text Example

White with #FDE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0DA; }

 p { color: rgb(253,224,218); }

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

background-color css

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

 a { background-color: rgb(253,224,218); }

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

border-color css

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

 span { border-color: rgb(253,224,218); }

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