Html Css Color HEX #F6CEBD Watusi

📋 copy color: '#F6CEBD'

red 246 ◦ green 206 ◦ blue 189

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

Shades of Watusi #F6CEBD

Tints of Watusi #F6CEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.49%

R = 38.38%
G = 32.14%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6CEBD (or 0xF6CEBD) is known color: Watusi. HEX triplet: F6, CE and BD. RGB value is (246,206,189). Sum of RGB (Red+Green+Blue) = 246+206+189=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEBD is #093142. Grayscale: #D8D8D8. Windows color (decimal): -602435 or 12439286. OLE color: 12439286.

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

Color convert

RGB 246 206 189 -
CMYK 0 0.16 0.23 0.04
HSL 17.89º 0.76% 0.85% -
HSV(B) 17.89º 0.23% 0.96% -
XYZ 69.26 67.41 57.5 -
YUV 216.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 246 206 189 0 0.16 0.23 0.04 17.89 0.76 0.85
Hex F6 CE BD 0 10 17 4 12 4C 55
Octal 366 316 275 0 20 27 4 22 114 125
Binary 11110110 11001110 10111101 0 10000 10111 100 10010 1001100 1010101

Color Harmonies of #F6CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEBD

Black with #F6CEBD

Text Example


Text Example

White with #F6CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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