Html Css Color HEX #F6CFBD Watusi

📋 copy color: '#F6CFBD'

red 246 ◦ green 207 ◦ blue 189

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

Shades of Watusi #F6CFBD

Tints of Watusi #F6CFBD

RGB

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

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

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

R = 38.32%
G = 32.24%
B = 29.44%

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

#F6CFBD (or 0xF6CFBD) is known color: Watusi. HEX triplet: F6, CF and BD. RGB value is (246,207,189). Sum of RGB (Red+Green+Blue) = 246+207+189=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBD is #093042. Grayscale: #D8D8D8. Windows color (decimal): -602179 or 12439542. OLE color: 12439542.

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

Color convert

RGB 246 207 189 -
CMYK 0 0.16 0.23 0.04
HSL 18.95º 0.76% 0.85% -
HSV(B) 18.95º 0.23% 0.96% -
XYZ 69.5 67.89 57.59 -
YUV 216.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 246 207 189 0 0.16 0.23 0.04 18.95 0.76 0.85
Hex F6 CF BD 0 10 17 4 13 4C 55
Octal 366 317 275 0 20 27 4 23 114 125
Binary 11110110 11001111 10111101 0 10000 10111 100 10011 1001100 1010101

Color Harmonies of #F6CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFBD

Black with #F6CFBD

Text Example


Text Example

White with #F6CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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