Html Css Color HEX #F2DDBB Dutch White

📋 copy color: '#F2DDBB'

red 242 ◦ green 221 ◦ blue 187

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

Shades of Dutch White #F2DDBB

Tints of Dutch White #F2DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.77%

R = 37.23%
G = 34%
B = 28.77%

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

#F2DDBB (or 0xF2DDBB) is known color: Dutch White. HEX triplet: F2, DD and BB. RGB value is (242,221,187). Sum of RGB (Red+Green+Blue) = 242+221+187=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDBB is #0D2244. Grayscale: #DFDFDF. Windows color (decimal): -860741 or 12312050. OLE color: 12312050.

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

Color convert

RGB 242 221 187 -
CMYK 0 0.09 0.23 0.05
HSL 37.09º 0.68% 0.84% -
HSV(B) 37.09º 0.23% 0.95% -
XYZ 71.44 74.18 57.57 -
YUV 223.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 242 221 187 0 0.09 0.23 0.05 37.09 0.68 0.84
Hex F2 DD BB 0 9 17 5 25 44 54
Octal 362 335 273 0 11 27 5 45 104 124
Binary 11110010 11011101 10111011 0 1001 10111 101 100101 1000100 1010100

Color Harmonies of #F2DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDBB

Black with #F2DDBB

Text Example


Text Example

White with #F2DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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