Html Css Color HEX #F6CBBD Watusi

📋 copy color: '#F6CBBD'

red 246 ◦ green 203 ◦ blue 189

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

Shades of Watusi #F6CBBD

Tints of Watusi #F6CBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.82%

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

R = 38.56%
G = 31.82%
B = 29.62%

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

#F6CBBD (or 0xF6CBBD) is known color: Watusi. HEX triplet: F6, CB and BD. RGB value is (246,203,189). Sum of RGB (Red+Green+Blue) = 246+203+189=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBBD is #093442. Grayscale: #D6D6D6. Windows color (decimal): -603203 or 12438518. OLE color: 12438518.

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

Color convert

RGB 246 203 189 -
CMYK 0 0.17 0.23 0.04
HSL 14.74º 0.76% 0.85% -
HSV(B) 14.74º 0.23% 0.96% -
XYZ 68.55 65.98 57.27 -
YUV 214.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 246 203 189 0 0.17 0.23 0.04 14.74 0.76 0.85
Hex F6 CB BD 0 11 17 4 F 4C 55
Octal 366 313 275 0 21 27 4 17 114 125
Binary 11110110 11001011 10111101 0 10001 10111 100 1111 1001100 1010101

Color Harmonies of #F6CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBBD

Black with #F6CBBD

Text Example


Text Example

White with #F6CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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