Html Css Color HEX #F2DDBA Dutch White

📋 copy color: '#F2DDBA'

red 242 ◦ green 221 ◦ blue 186

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

Shades of Dutch White #F2DDBA

Tints of Dutch White #F2DDBA

RGB

 RED value IS 242 (94.92% from 255) = 37.29%

 GREEN value IS 221 (86.72% from 255) = 34.05%

 BLUE value IS 186 (73.05% from 255) = 28.66%

R = 37.29%
G = 34.05%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2DDBA (or 0xF2DDBA) is known color: Dutch White. HEX triplet: F2, DD and BA. RGB value is (242,221,186). Sum of RGB (Red+Green+Blue) = 242+221+186=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDBA is #0D2245. Grayscale: #DFDFDF. Windows color (decimal): -860742 or 12246514. OLE color: 12246514.

HSL color Cylindrical-coordinate representation of color #F2DDBA: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2DDBA is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 186 -
CMYK 0 0.09 0.23 0.05
HSL 37.5º 0.68% 0.84% -
HSV(B) 37.5º 0.23% 0.95% -
XYZ 71.34 74.14 57 -
YUV 223.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 242 221 186 0 0.09 0.23 0.05 37.5 0.68 0.84
Hex F2 DD BA 0 9 17 5 26 44 54
Octal 362 335 272 0 11 27 5 46 104 124
Binary 11110010 11011101 10111010 0 1001 10111 101 100110 1000100 1010100

Color Harmonies of #F2DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDBA

Black with #F2DDBA

Text Example


Text Example

White with #F2DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDBA; }

 p { color: rgb(242,221,186); }

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

background-color css

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

 a { background-color: rgb(242,221,186); }

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

border-color css

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

 span { border-color: rgb(242,221,186); }

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