Html Css Color HEX #F2E1BE Dutch White

📋 copy color: '#F2E1BE'

red 242 ◦ green 225 ◦ blue 190

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

Shades of Dutch White #F2E1BE

Tints of Dutch White #F2E1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.92%

R = 36.83%
G = 34.25%
B = 28.92%

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

#F2E1BE (or 0xF2E1BE) is known color: Dutch White. HEX triplet: F2, E1 and BE. RGB value is (242,225,190). Sum of RGB (Red+Green+Blue) = 242+225+190=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BE is #0D1E41. Grayscale: #E2E2E2. Windows color (decimal): -859714 or 12509682. OLE color: 12509682.

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

Color convert

RGB 242 225 190 -
CMYK 0 0.07 0.21 0.05
HSL 40.38º 0.67% 0.85% -
HSV(B) 40.38º 0.21% 0.95% -
XYZ 72.84 76.45 59.63 -
YUV 226.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 242 225 190 0 0.07 0.21 0.05 40.38 0.67 0.85
Hex F2 E1 BE 0 7 15 5 28 43 55
Octal 362 341 276 0 7 25 5 50 103 125
Binary 11110010 11100001 10111110 0 111 10101 101 101000 1000011 1010101

Color Harmonies of #F2E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1BE

Black with #F2E1BE

Text Example


Text Example

White with #F2E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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