Html Css Color HEX #F2E1BF Dutch White

📋 copy color: '#F2E1BF'

red 242 ◦ green 225 ◦ blue 191

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

Shades of Dutch White #F2E1BF

Tints of Dutch White #F2E1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.03%

R = 36.78%
G = 34.19%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2E1BF (or 0xF2E1BF) is known color: Dutch White. HEX triplet: F2, E1 and BF. RGB value is (242,225,191). Sum of RGB (Red+Green+Blue) = 242+225+191=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BF is #0D1E40. Grayscale: #E2E2E2. Windows color (decimal): -859713 or 12575218. OLE color: 12575218.

HSL color Cylindrical-coordinate representation of color #F2E1BF: hue angle of 40º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2E1BF is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 191 -
CMYK 0 0.07 0.21 0.05
HSL 40º 0.66% 0.85% -
HSV(B) 40º 0.21% 0.95% -
XYZ 72.95 76.49 60.21 -
YUV 226.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 242 225 191 0 0.07 0.21 0.05 40 0.66 0.85
Hex F2 E1 BF 0 7 15 5 28 42 55
Octal 362 341 277 0 7 25 5 50 102 125
Binary 11110010 11100001 10111111 0 111 10101 101 101000 1000010 1010101

Color Harmonies of #F2E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1BF

Black with #F2E1BF

Text Example


Text Example

White with #F2E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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