Html Css Color HEX #F6C8BA Watusi

📋 copy color: '#F6C8BA'

red 246 ◦ green 200 ◦ blue 186

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

Shades of Watusi #F6C8BA

Tints of Watusi #F6C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

 BLUE value IS 186 (73.05% from 255) = 29.43%

R = 38.92%
G = 31.65%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6C8BA (or 0xF6C8BA) is known color: Watusi. HEX triplet: F6, C8 and BA. RGB value is (246,200,186). Sum of RGB (Red+Green+Blue) = 246+200+186=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8BA is #093745. Grayscale: #D4D4D4. Windows color (decimal): -603974 or 12241142. OLE color: 12241142.

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

Color convert

RGB 246 200 186 -
CMYK 0 0.19 0.24 0.04
HSL 14º 0.77% 0.85% -
HSV(B) 14º 0.24% 0.96% -
XYZ 67.52 64.45 55.33 -
YUV 212.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 246 200 186 0 0.19 0.24 0.04 14 0.77 0.85
Hex F6 C8 BA 0 13 18 4 E 4D 55
Octal 366 310 272 0 23 30 4 16 115 125
Binary 11110110 11001000 10111010 0 10011 11000 100 1110 1001101 1010101

Color Harmonies of #F6C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8BA

Black with #F6C8BA

Text Example


Text Example

White with #F6C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8BA; }

 p { color: rgb(246,200,186); }

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

background-color css

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

 a { background-color: rgb(246,200,186); }

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

border-color css

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

 span { border-color: rgb(246,200,186); }

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