Html Css Color HEX #FDF1D1 Half Dutch White

📋 copy color: '#FDF1D1'

red 253 ◦ green 241 ◦ blue 209

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

Shades of Half Dutch White #FDF1D1

Tints of Half Dutch White #FDF1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 29.73%

R = 35.99%
G = 34.28%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDF1D1 (or 0xFDF1D1) is known color: Half Dutch White. HEX triplet: FD, F1 and D1. RGB value is (253,241,209). Sum of RGB (Red+Green+Blue) = 253+241+209=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1D1 is #020E2E. Grayscale: #F1F1F1. Windows color (decimal): -134703 or 13758973. OLE color: 13758973.

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

Color convert

RGB 253 241 209 -
CMYK 0 0.05 0.17 0.01
HSL 43.64º 0.92% 0.91% -
HSV(B) 43.64º 0.17% 0.99% -
XYZ 83.47 88.4 72.98 -
YUV 240.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 253 241 209 0 0.05 0.17 0.01 43.64 0.92 0.91
Hex FD F1 D1 0 5 11 1 2C 5C 5B
Octal 375 361 321 0 5 21 1 54 134 133
Binary 11111101 11110001 11010001 0 101 10001 1 101100 1011100 1011011

Color Harmonies of #FDF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1D1

Black with #FDF1D1

Text Example


Text Example

White with #FDF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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