#F3CABB

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

Shades of Watusi #F3CABB

Tints of Watusi #F3CABB

Color information

#F3CABB (or 0xF3CABB) is unknown color: approx Watusi. HEX triplet: F3, CA and BB. RGB value is (243,202,187). Sum of RGB (Red+Green+Blue) = 243+202+187=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABB is #0C3544. Grayscale: #D4D4D4. Windows color (decimal): -800069 or 12307187. OLE color: 12307187.

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

Color convert

RGB243202187-
CMYK00.170.230.05
HSL16.07º70%84.31%-
HSV(B)16.07º23.05%95.29%-
XYZ67.0564.8856-
YUV212.55113.58149.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=38.45%
G=31.96%
B=29.59%

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
Decimal24320218700.170.230.0516.077084.31
HexF3CABB011175104654
Octal36331227302127520106124
Binary111100111100101010111011010001101111011000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CABB; }

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

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

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

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

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

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

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

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