Html Css Color HEX #FDF1D9 Half Dutch White

📋 copy color: '#FDF1D9'

red 253 ◦ green 241 ◦ blue 217

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

Shades of Half Dutch White #FDF1D9

Tints of Half Dutch White #FDF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.9%

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

R = 35.58%
G = 33.9%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDF1D9 (or 0xFDF1D9) is known color: Half Dutch White. HEX triplet: FD, F1 and D9. RGB value is (253,241,217). Sum of RGB (Red+Green+Blue) = 253+241+217=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1D9 is #020E26. Grayscale: #F1F1F1. Windows color (decimal): -134695 or 14283261. OLE color: 14283261.

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

Color convert

RGB 253 241 217 -
CMYK 0 0.05 0.14 0.01
HSL 40º 0.9% 0.92% -
HSV(B) 40º 0.14% 0.99% -
XYZ 84.49 88.8 78.33 -
YUV 241.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 253 241 217 0 0.05 0.14 0.01 40 0.9 0.92
Hex FD F1 D9 0 5 E 1 28 5A 5C
Octal 375 361 331 0 5 16 1 50 132 134
Binary 11111101 11110001 11011001 0 101 1110 1 101000 1011010 1011100

Color Harmonies of #FDF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1D9

Black with #FDF1D9

Text Example


Text Example

White with #FDF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1D9; }

 p { color: rgb(253,241,217); }

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

background-color css

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

 a { background-color: rgb(253,241,217); }

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

border-color css

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

 span { border-color: rgb(253,241,217); }

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