Html Css Color HEX #F2E2BA Dutch White

📋 copy color: '#F2E2BA'

red 242 ◦ green 226 ◦ blue 186

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

Shades of Dutch White #F2E2BA

Tints of Dutch White #F2E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 37%
G = 34.56%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2E2BA (or 0xF2E2BA) is known color: Dutch White. HEX triplet: F2, E2 and BA. RGB value is (242,226,186). Sum of RGB (Red+Green+Blue) = 242+226+186=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BA is #0D1D45. Grayscale: #E2E2E2. Windows color (decimal): -859462 or 12247794. OLE color: 12247794.

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

Color convert

RGB 242 226 186 -
CMYK 0 0.07 0.23 0.05
HSL 42.86º 0.68% 0.84% -
HSV(B) 42.86º 0.23% 0.95% -
XYZ 72.68 76.82 57.45 -
YUV 226.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 242 226 186 0 0.07 0.23 0.05 42.86 0.68 0.84
Hex F2 E2 BA 0 7 17 5 2B 44 54
Octal 362 342 272 0 7 27 5 53 104 124
Binary 11110010 11100010 10111010 0 111 10111 101 101011 1000100 1010100

Color Harmonies of #F2E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2BA

Black with #F2E2BA

Text Example


Text Example

White with #F2E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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