Html Css Color HEX #F2DFBA Dutch White

📋 copy color: '#F2DFBA'

red 242 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #F2DFBA

Tints of Dutch White #F2DFBA

RGB

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

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

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

R = 37.17%
G = 34.25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2DFBA (or 0xF2DFBA) is known color: Dutch White. HEX triplet: F2, DF and BA. RGB value is (242,223,186). Sum of RGB (Red+Green+Blue) = 242+223+186=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFBA is #0D2045. Grayscale: #E0E0E0. Windows color (decimal): -860230 or 12247026. OLE color: 12247026.

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

Color convert

RGB 242 223 186 -
CMYK 0 0.08 0.23 0.05
HSL 39.64º 0.68% 0.84% -
HSV(B) 39.64º 0.23% 0.95% -
XYZ 71.87 75.2 57.18 -
YUV 224.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 242 223 186 0 0.08 0.23 0.05 39.64 0.68 0.84
Hex F2 DF BA 0 8 17 5 28 44 54
Octal 362 337 272 0 10 27 5 50 104 124
Binary 11110010 11011111 10111010 0 1000 10111 101 101000 1000100 1010100

Color Harmonies of #F2DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFBA

Black with #F2DFBA

Text Example


Text Example

White with #F2DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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