#F3CBBB

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

Shades of Watusi #F3CBBB

Tints of Watusi #F3CBBB

Color information

#F3CBBB (or 0xF3CBBB) is unknown color: approx Watusi. HEX triplet: F3, CB and BB. RGB value is (243,203,187). Sum of RGB (Red+Green+Blue) = 243+203+187=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBBB is #0C3444. Grayscale: #D5D5D5. Windows color (decimal): -799813 or 12307443. OLE color: 12307443.

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

Color convert

RGB243203187-
CMYK00.160.230.05
HSL17.14º70%84.31%-
HSV(B)17.14º23.05%95.29%-
XYZ67.2965.3556.08-
YUV213.14113.25149.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=38.39%
G=32.07%
B=29.54%

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
Decimal24320318700.160.230.0517.147084.31
HexF3CBBB010175114654
Octal36331327302027521106124
Binary111100111100101110111011010000101111011000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBBB; }

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

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

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

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

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

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

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

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