#F3CABC

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

Shades of Watusi #F3CABC

Tints of Watusi #F3CABC

Color information

#F3CABC (or 0xF3CABC) is unknown color: approx Watusi. HEX triplet: F3, CA and BC. RGB value is (243,202,188). Sum of RGB (Red+Green+Blue) = 243+202+188=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABC is #0C3543. Grayscale: #D4D4D4. Windows color (decimal): -800068 or 12372723. OLE color: 12372723.

HSL color Cylindrical-coordinate representation of color #F3CABC: hue angle of 15.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3CABC is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243202188-
CMYK00.170.230.05
HSL15.27º69.62%84.51%-
HSV(B)15.27º22.63%95.29%-
XYZ67.1664.9356.57-
YUV212.66114.08149.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 188 (73.83% from 255) = 29.70%
R=38.39%
G=31.91%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320218800.170.230.0515.2769.6284.51
HexF3CABC011175f4655
Octal36331227402127517106125
Binary11110011110010101011110001000110111101111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABC; }

 p { color: rgb(243,202,188); }

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

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

 a { background-color: rgb(243,202,188); }

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

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

 span { border-color: rgb(243,202,188); }

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