Html Css Color HEX #F6CFBE Watusi

📋 copy color: '#F6CFBE'

red 246 ◦ green 207 ◦ blue 190

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

Shades of Watusi #F6CFBE

Tints of Watusi #F6CFBE

RGB

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

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

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

R = 38.26%
G = 32.19%
B = 29.55%

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

#F6CFBE (or 0xF6CFBE) is known color: Watusi. HEX triplet: F6, CF and BE. RGB value is (246,207,190). Sum of RGB (Red+Green+Blue) = 246+207+190=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBE is #093041. Grayscale: #D8D8D8. Windows color (decimal): -602178 or 12505078. OLE color: 12505078.

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

Color convert

RGB 246 207 190 -
CMYK 0 0.16 0.23 0.04
HSL 18.21º 0.76% 0.85% -
HSV(B) 18.21º 0.23% 0.96% -
XYZ 69.61 67.94 58.16 -
YUV 216.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 246 207 190 0 0.16 0.23 0.04 18.21 0.76 0.85
Hex F6 CF BE 0 10 17 4 12 4C 55
Octal 366 317 276 0 20 27 4 22 114 125
Binary 11110110 11001111 10111110 0 10000 10111 100 10010 1001100 1010101

Color Harmonies of #F6CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFBE

Black with #F6CFBE

Text Example


Text Example

White with #F6CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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