#F3DEBB

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

Shades of Dutch White #F3DEBB

Tints of Dutch White #F3DEBB

Color information

#F3DEBB (or 0xF3DEBB) is unknown color: approx Dutch White. HEX triplet: F3, DE and BB. RGB value is (243,222,187). Sum of RGB (Red+Green+Blue) = 243+222+187=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEBB is #0C2144. Grayscale: #E0E0E0. Windows color (decimal): -794949 or 12312307. OLE color: 12312307.

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

Color convert

RGB243222187-
CMYK00.090.230.05
HSL37.5º70%84.31%-
HSV(B)37.5º23.05%95.29%-
XYZ72.0574.8957.67-
YUV224.29106.96141.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=37.27%
G=34.05%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322218700.090.230.0537.57084.31
HexF3DEBB09175264654
Octal36333627301127546106124
Binary111100111101111010111011010011011110110011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEBB; }

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

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

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

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

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

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

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

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