#F6CFBC

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

Shades of Watusi #F6CFBC

Tints of Watusi #F6CFBC

Color information

#F6CFBC (or 0xF6CFBC) is unknown color: approx Watusi. HEX triplet: F6, CF and BC. RGB value is (246,207,188). Sum of RGB (Red+Green+Blue) = 246+207+188=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBC is #093043. Grayscale: #D8D8D8. Windows color (decimal): -602180 or 12374006. OLE color: 12374006.

HSL color Cylindrical-coordinate representation of color #F6CFBC: hue angle of 19.66º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6CFBC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246207188-
CMYK00.160.240.04
HSL19.66º76.32%85.1%-
HSV(B)19.66º23.58%96.47%-
XYZ69.467.8557.02-
YUV216.5111.92149.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 188 (73.83% from 255) = 29.33%
R=38.38%
G=32.29%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620718800.160.240.0419.6676.3285.1
HexF6CFBC010184144c55
Octal36631727402030424114125
Binary111101101100111110111100010000110001001010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFBC; }

 p { color: rgb(246,207,188); }

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

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

 a { background-color: rgb(246,207,188); }

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

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

 span { border-color: rgb(246,207,188); }

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