#F3E1BB

Color #F3E1BB Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dutch White #F3E1BB

Tints of Dutch White #F3E1BB

Color information

#F3E1BB (or 0xF3E1BB) is unknown color: approx Dutch White. HEX triplet: F3, E1 and BB. RGB value is (243,225,187). Sum of RGB (Red+Green+Blue) = 243+225+187=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BB is #0C1E44. Grayscale: #E2E2E2. Windows color (decimal): -794181 or 12313075. OLE color: 12313075.

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

Color convert

RGB243225187-
CMYK00.070.230.05
HSL40.71º70%84.31%-
HSV(B)40.71º23.05%95.29%-
XYZ72.8676.4957.94-
YUV226.05105.96140.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=37.10%
G=34.35%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322518700.070.230.0540.717084.31
HexF3E1BB07175294654
Octal3633412730727551106124
Binary11110011111000011011101101111011110110100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1BB; }

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

 H1.HeaderClassName
 {
   color: #F3E1BB;
 }
 .AnyTagClassName
 {
   color: #F3E1BB;
 }
</style>
background-color css

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

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

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

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

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

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