Html Css Color HEX #F3E1BD Dutch White

📋 copy color: '#F3E1BD'

red 243 ◦ green 225 ◦ blue 189

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

Shades of Dutch White #F3E1BD

Tints of Dutch White #F3E1BD

RGB

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

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

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

R = 36.99%
G = 34.25%
B = 28.77%

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

#F3E1BD (or 0xF3E1BD) is known color: Dutch White. HEX triplet: F3, E1 and BD. RGB value is (243,225,189). Sum of RGB (Red+Green+Blue) = 243+225+189=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BD is #0C1E42. Grayscale: #E2E2E2. Windows color (decimal): -794179 or 12444147. OLE color: 12444147.

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

Color convert

RGB 243 225 189 -
CMYK 0 0.07 0.22 0.05
HSL 40º 0.69% 0.85% -
HSV(B) 40º 0.22% 0.95% -
XYZ 73.07 76.58 59.07 -
YUV 226.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 243 225 189 0 0.07 0.22 0.05 40 0.69 0.85
Hex F3 E1 BD 0 7 16 5 28 45 55
Octal 363 341 275 0 7 26 5 50 105 125
Binary 11110011 11100001 10111101 0 111 10110 101 101000 1000101 1010101

Color Harmonies of #F3E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1BD

Black with #F3E1BD

Text Example


Text Example

White with #F3E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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