Html Css Color HEX #F6CCBD Watusi

📋 copy color: '#F6CCBD'

red 246 ◦ green 204 ◦ blue 189

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

Shades of Watusi #F6CCBD

Tints of Watusi #F6CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.92%

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

R = 38.5%
G = 31.92%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6CCBD (or 0xF6CCBD) is known color: Watusi. HEX triplet: F6, CC and BD. RGB value is (246,204,189). Sum of RGB (Red+Green+Blue) = 246+204+189=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBD is #093342. Grayscale: #D6D6D6. Windows color (decimal): -602947 or 12438774. OLE color: 12438774.

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

Color convert

RGB 246 204 189 -
CMYK 0 0.17 0.23 0.04
HSL 15.79º 0.76% 0.85% -
HSV(B) 15.79º 0.23% 0.96% -
XYZ 68.78 66.45 57.35 -
YUV 214.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 246 204 189 0 0.17 0.23 0.04 15.79 0.76 0.85
Hex F6 CC BD 0 11 17 4 10 4C 55
Octal 366 314 275 0 21 27 4 20 114 125
Binary 11110110 11001100 10111101 0 10001 10111 100 10000 1001100 1010101

Color Harmonies of #F6CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCBD

Black with #F6CCBD

Text Example


Text Example

White with #F6CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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