#F3CDBB

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

Shades of Watusi #F3CDBB

Tints of Watusi #F3CDBB

Color information

#F3CDBB (or 0xF3CDBB) is unknown color: approx Watusi. HEX triplet: F3, CD and BB. RGB value is (243,205,187). Sum of RGB (Red+Green+Blue) = 243+205+187=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDBB is #0C3244. Grayscale: #D6D6D6. Windows color (decimal): -799301 or 12307955. OLE color: 12307955.

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

Color convert

RGB243205187-
CMYK00.160.230.05
HSL19.29º70%84.31%-
HSV(B)19.29º23.05%95.29%-
XYZ67.7666.3156.24-
YUV214.31112.59148.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=38.27%
G=32.28%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320518700.160.230.0519.297084.31
HexF3CDBB010175134654
Octal36331527302027523106124
Binary111100111100110110111011010000101111011001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDBB; }

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

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

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

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

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

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

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

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