Html Css Color HEX #FDDFDA Remy

📋 copy color: '#FDDFDA'

red 253 ◦ green 223 ◦ blue 218

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

Shades of Remy #FDDFDA

Tints of Remy #FDDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.13%

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

R = 36.46%
G = 32.13%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDDFDA (or 0xFDDFDA) is known color: Remy. HEX triplet: FD, DF and DA. RGB value is (253,223,218). Sum of RGB (Red+Green+Blue) = 253+223+218=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDA is #022025. Grayscale: #E7E7E7. Windows color (decimal): -139302 or 14344189. OLE color: 14344189.

HSL color Cylindrical-coordinate representation of color #FDDFDA: hue angle of 8.57º 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 #FDDFDA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 218 -
CMYK 0 0.12 0.14 0.01
HSL 8.57º 0.9% 0.92% -
HSV(B) 8.57º 0.14% 0.99% -
XYZ 79.55 78.72 77.33 -
YUV 231.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 253 223 218 0 0.12 0.14 0.01 8.57 0.9 0.92
Hex FD DF DA 0 C E 1 9 5A 5C
Octal 375 337 332 0 14 16 1 11 132 134
Binary 11111101 11011111 11011010 0 1100 1110 1 1001 1011010 1011100

Color Harmonies of #FDDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFDA

Black with #FDDFDA

Text Example


Text Example

White with #FDDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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