Html Css Color HEX #F6CEBA Watusi

📋 copy color: '#F6CEBA'

red 246 ◦ green 206 ◦ blue 186

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

Shades of Watusi #F6CEBA

Tints of Watusi #F6CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.29%

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

R = 38.56%
G = 32.29%
B = 29.15%

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

#F6CEBA (or 0xF6CEBA) is known color: Watusi. HEX triplet: F6, CE and BA. RGB value is (246,206,186). Sum of RGB (Red+Green+Blue) = 246+206+186=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEBA is #093145. Grayscale: #D7D7D7. Windows color (decimal): -602438 or 12242678. OLE color: 12242678.

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

Color convert

RGB 246 206 186 -
CMYK 0 0.16 0.24 0.04
HSL 20º 0.77% 0.85% -
HSV(B) 20º 0.24% 0.96% -
XYZ 68.94 67.28 55.81 -
YUV 215.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 246 206 186 0 0.16 0.24 0.04 20 0.77 0.85
Hex F6 CE BA 0 10 18 4 14 4D 55
Octal 366 316 272 0 20 30 4 24 115 125
Binary 11110110 11001110 10111010 0 10000 11000 100 10100 1001101 1010101

Color Harmonies of #F6CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEBA

Black with #F6CEBA

Text Example


Text Example

White with #F6CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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