Html Css Color HEX #F6CABA Watusi

📋 copy color: '#F6CABA'

red 246 ◦ green 202 ◦ blue 186

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

Shades of Watusi #F6CABA

Tints of Watusi #F6CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.86%

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

R = 38.8%
G = 31.86%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6CABA (or 0xF6CABA) is known color: Watusi. HEX triplet: F6, CA and BA. RGB value is (246,202,186). Sum of RGB (Red+Green+Blue) = 246+202+186=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CABA is #093545. Grayscale: #D5D5D5. Windows color (decimal): -603462 or 12241654. OLE color: 12241654.

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

Color convert

RGB 246 202 186 -
CMYK 0 0.18 0.24 0.04
HSL 16º 0.77% 0.85% -
HSV(B) 16º 0.24% 0.96% -
XYZ 67.99 65.38 55.49 -
YUV 213.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 246 202 186 0 0.18 0.24 0.04 16 0.77 0.85
Hex F6 CA BA 0 12 18 4 10 4D 55
Octal 366 312 272 0 22 30 4 20 115 125
Binary 11110110 11001010 10111010 0 10010 11000 100 10000 1001101 1010101

Color Harmonies of #F6CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CABA

Black with #F6CABA

Text Example


Text Example

White with #F6CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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