Html Css Color HEX #F3E2BD Dutch White

📋 copy color: '#F3E2BD'

red 243 ◦ green 226 ◦ blue 189

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

Shades of Dutch White #F3E2BD

Tints of Dutch White #F3E2BD

RGB

 RED value IS 243 (95.31% from 255) = 36.93%

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

 BLUE value IS 189 (74.22% from 255) = 28.72%

R = 36.93%
G = 34.35%
B = 28.72%

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

#F3E2BD (or 0xF3E2BD) is known color: Dutch White. HEX triplet: F3, E2 and BD. RGB value is (243,226,189). Sum of RGB (Red+Green+Blue) = 243+226+189=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2BD is #0C1D42. Grayscale: #E3E3E3. Windows color (decimal): -793923 or 12444403. OLE color: 12444403.

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

Color convert

RGB 243 226 189 -
CMYK 0 0.07 0.22 0.05
HSL 41.11º 0.69% 0.85% -
HSV(B) 41.11º 0.22% 0.95% -
XYZ 73.34 77.12 59.16 -
YUV 226.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 243 226 189 0 0.07 0.22 0.05 41.11 0.69 0.85
Hex F3 E2 BD 0 7 16 5 29 45 55
Octal 363 342 275 0 7 26 5 51 105 125
Binary 11110011 11100010 10111101 0 111 10110 101 101001 1000101 1010101

Color Harmonies of #F3E2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E2BD

Black with #F3E2BD

Text Example


Text Example

White with #F3E2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E2BD; }

 p { color: rgb(243,226,189); }

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

background-color css

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

 a { background-color: rgb(243,226,189); }

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

border-color css

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

 span { border-color: rgb(243,226,189); }

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