#F2DEB8

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

Shades of Dutch White #F2DEB8

Tints of Dutch White #F2DEB8

Color information

#F2DEB8 (or 0xF2DEB8) is unknown color: approx Dutch White. HEX triplet: F2, DE and B8. RGB value is (242,222,184). Sum of RGB (Red+Green+Blue) = 242+222+184=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEB8 is #0D2147. Grayscale: #DFDFDF. Windows color (decimal): -860488 or 12115698. OLE color: 12115698.

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

Color convert

RGB242222184-
CMYK00.080.240.05
HSL39.31º69.05%83.53%-
HSV(B)39.31º23.97%94.9%-
XYZ71.3974.5855.98-
YUV223.65105.63141.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 184 (72.27% from 255) = 28.40%
R=37.35%
G=34.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222218400.080.240.0539.3169.0583.53
HexF2DEB808185274554
Octal36233627001030547105124
Binary111100101101111010111000010001100010110011110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEB8; }

 p { color: rgb(242,222,184); }

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

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

 a { background-color: rgb(242,222,184); }

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

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

 span { border-color: rgb(242,222,184); }

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