Html Css Color HEX #F6CFBB Watusi

📋 copy color: '#F6CFBB'

red 246 ◦ green 207 ◦ blue 187

#F6CFBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watusi #F6CFBB

Tints of Watusi #F6CFBB

RGB

 RED value IS 246 (96.48% from 255) = 38.44%

 GREEN value IS 207 (81.25% from 255) = 32.34%

 BLUE value IS 187 (73.44% from 255) = 29.22%

R = 38.44%
G = 32.34%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6CFBB (or 0xF6CFBB) is known color: Watusi. HEX triplet: F6, CF and BB. RGB value is (246,207,187). Sum of RGB (Red+Green+Blue) = 246+207+187=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBB is #093044. Grayscale: #D8D8D8. Windows color (decimal): -602181 or 12308470. OLE color: 12308470.

HSL color Cylindrical-coordinate representation of color #F6CFBB: hue angle of 20.34º degrees, saturation: 0.77, 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 #F6CFBB is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 187 -
CMYK 0 0.16 0.24 0.04
HSL 20.34º 0.77% 0.85% -
HSV(B) 20.34º 0.24% 0.96% -
XYZ 69.29 67.81 56.45 -
YUV 216.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 246 207 187 0 0.16 0.24 0.04 20.34 0.77 0.85
Hex F6 CF BB 0 10 18 4 14 4D 55
Octal 366 317 273 0 20 30 4 24 115 125
Binary 11110110 11001111 10111011 0 10000 11000 100 10100 1001101 1010101

Color Harmonies of #F6CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFBB

Black with #F6CFBB

Text Example


Text Example

White with #F6CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFBB; }

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

 H1.HeaderClassName
 {
   color: #F6CFBB;
 }
 .AnyTagClassName
 {
   color: #F6CFBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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