Html Css Color HEX #F3E1BE Dutch White

📋 copy color: '#F3E1BE'

red 243 ◦ green 225 ◦ blue 190

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

Shades of Dutch White #F3E1BE

Tints of Dutch White #F3E1BE

RGB

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

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

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

R = 36.93%
G = 34.19%
B = 28.88%

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

#F3E1BE (or 0xF3E1BE) is known color: Dutch White. HEX triplet: F3, E1 and BE. RGB value is (243,225,190). Sum of RGB (Red+Green+Blue) = 243+225+190=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BE is #0C1E41. Grayscale: #E2E2E2. Windows color (decimal): -794178 or 12509683. OLE color: 12509683.

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

Color convert

RGB 243 225 190 -
CMYK 0 0.07 0.22 0.05
HSL 39.62º 0.69% 0.85% -
HSV(B) 39.62º 0.22% 0.95% -
XYZ 73.18 76.62 59.65 -
YUV 226.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 243 225 190 0 0.07 0.22 0.05 39.62 0.69 0.85
Hex F3 E1 BE 0 7 16 5 28 45 55
Octal 363 341 276 0 7 26 5 50 105 125
Binary 11110011 11100001 10111110 0 111 10110 101 101000 1000101 1010101

Color Harmonies of #F3E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1BE

Black with #F3E1BE

Text Example


Text Example

White with #F3E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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