Html Css Color HEX #F6CBBE Watusi

📋 copy color: '#F6CBBE'

red 246 ◦ green 203 ◦ blue 190

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

Shades of Watusi #F6CBBE

Tints of Watusi #F6CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.73%

R = 38.5%
G = 31.77%
B = 29.73%

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

#F6CBBE (or 0xF6CBBE) is known color: Watusi. HEX triplet: F6, CB and BE. RGB value is (246,203,190). Sum of RGB (Red+Green+Blue) = 246+203+190=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBBE is #093441. Grayscale: #D6D6D6. Windows color (decimal): -603202 or 12504054. OLE color: 12504054.

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

Color convert

RGB 246 203 190 -
CMYK 0 0.17 0.23 0.04
HSL 13.93º 0.76% 0.85% -
HSV(B) 13.93º 0.23% 0.96% -
XYZ 68.66 66.02 57.84 -
YUV 214.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 246 203 190 0 0.17 0.23 0.04 13.93 0.76 0.85
Hex F6 CB BE 0 11 17 4 E 4C 55
Octal 366 313 276 0 21 27 4 16 114 125
Binary 11110110 11001011 10111110 0 10001 10111 100 1110 1001100 1010101

Color Harmonies of #F6CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBBE

Black with #F6CBBE

Text Example


Text Example

White with #F6CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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