#F3DFBB

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

Shades of Dutch White #F3DFBB

Tints of Dutch White #F3DFBB

Color information

#F3DFBB (or 0xF3DFBB) is unknown color: approx Dutch White. HEX triplet: F3, DF and BB. RGB value is (243,223,187). Sum of RGB (Red+Green+Blue) = 243+223+187=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFBB is #0C2044. Grayscale: #E1E1E1. Windows color (decimal): -794693 or 12312563. OLE color: 12312563.

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

Color convert

RGB243223187-
CMYK00.080.230.05
HSL38.57º70%84.31%-
HSV(B)38.57º23.05%95.29%-
XYZ72.3275.4257.76-
YUV224.88106.63140.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.21%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 28.64%
R=37.21%
G=34.15%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322318700.080.230.0538.577084.31
HexF3DFBB08175274654
Octal36333727301027547106124
Binary111100111101111110111011010001011110110011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFBB; }

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

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

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

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

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

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

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

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