Html Css Color HEX #F2E1BB Dutch White

📋 copy color: '#F2E1BB'

red 242 ◦ green 225 ◦ blue 187

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

Shades of Dutch White #F2E1BB

Tints of Dutch White #F2E1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.4%

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

R = 37%
G = 34.4%
B = 28.59%

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

#F2E1BB (or 0xF2E1BB) is known color: Dutch White. HEX triplet: F2, E1 and BB. RGB value is (242,225,187). Sum of RGB (Red+Green+Blue) = 242+225+187=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BB is #0D1E44. Grayscale: #E1E1E1. Windows color (decimal): -859717 or 12313074. OLE color: 12313074.

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

Color convert

RGB 242 225 187 -
CMYK 0 0.07 0.23 0.05
HSL 41.45º 0.68% 0.84% -
HSV(B) 41.45º 0.23% 0.95% -
XYZ 72.51 76.32 57.92 -
YUV 225.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 242 225 187 0 0.07 0.23 0.05 41.45 0.68 0.84
Hex F2 E1 BB 0 7 17 5 29 44 54
Octal 362 341 273 0 7 27 5 51 104 124
Binary 11110010 11100001 10111011 0 111 10111 101 101001 1000100 1010100

Color Harmonies of #F2E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1BB

Black with #F2E1BB

Text Example


Text Example

White with #F2E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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