#F3CCBB

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

Shades of Watusi #F3CCBB

Tints of Watusi #F3CCBB

Color information

#F3CCBB (or 0xF3CCBB) is unknown color: approx Watusi. HEX triplet: F3, CC and BB. RGB value is (243,204,187). Sum of RGB (Red+Green+Blue) = 243+204+187=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCBB is #0C3344. Grayscale: #D5D5D5. Windows color (decimal): -799557 or 12307699. OLE color: 12307699.

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

Color convert

RGB243204187-
CMYK00.160.230.05
HSL18.21º70%84.31%-
HSV(B)18.21º23.05%95.29%-
XYZ67.5265.8356.16-
YUV213.72112.92148.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=38.33%
G=32.18%
B=29.50%

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
Decimal24320418700.160.230.0518.217084.31
HexF3CCBB010175124654
Octal36331427302027522106124
Binary111100111100110010111011010000101111011001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCBB; }

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

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

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

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

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

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

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

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