Html Css Color HEX #F2E0BC Dutch White

📋 copy color: '#F2E0BC'

red 242 ◦ green 224 ◦ blue 188

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

Shades of Dutch White #F2E0BC

Tints of Dutch White #F2E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.25%

 BLUE value IS 188 (73.83% from 255) = 28.75%

R = 37%
G = 34.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2E0BC (or 0xF2E0BC) is known color: Dutch White. HEX triplet: F2, E0 and BC. RGB value is (242,224,188). Sum of RGB (Red+Green+Blue) = 242+224+188=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0BC is #0D1F43. Grayscale: #E1E1E1. Windows color (decimal): -859972 or 12378354. OLE color: 12378354.

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

Color convert

RGB 242 224 188 -
CMYK 0 0.07 0.22 0.05
HSL 40º 0.68% 0.84% -
HSV(B) 40º 0.22% 0.95% -
XYZ 72.35 75.82 58.4 -
YUV 225.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 242 224 188 0 0.07 0.22 0.05 40 0.68 0.84
Hex F2 E0 BC 0 7 16 5 28 44 54
Octal 362 340 274 0 7 26 5 50 104 124
Binary 11110010 11100000 10111100 0 111 10110 101 101000 1000100 1010100

Color Harmonies of #F2E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0BC

Black with #F2E0BC

Text Example


Text Example

White with #F2E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0BC; }

 p { color: rgb(242,224,188); }

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

background-color css

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

 a { background-color: rgb(242,224,188); }

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

border-color css

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

 span { border-color: rgb(242,224,188); }

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