Html Css Color HEX #F7C9BA Watusi

📋 copy color: '#F7C9BA'

red 247 ◦ green 201 ◦ blue 186

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

Shades of Watusi #F7C9BA

Tints of Watusi #F7C9BA

RGB

 RED value IS 247 (96.88% from 255) = 38.96%

 GREEN value IS 201 (78.91% from 255) = 31.7%

 BLUE value IS 186 (73.05% from 255) = 29.34%

R = 38.96%
G = 31.7%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7C9BA (or 0xF7C9BA) is known color: Watusi. HEX triplet: F7, C9 and BA. RGB value is (247,201,186). Sum of RGB (Red+Green+Blue) = 247+201+186=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9BA is #083645. Grayscale: #D5D5D5. Windows color (decimal): -538182 or 12241399. OLE color: 12241399.

HSL color Cylindrical-coordinate representation of color #F7C9BA: hue angle of 14.75º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7C9BA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 186 -
CMYK 0 0.19 0.25 0.03
HSL 14.75º 0.79% 0.85% -
HSV(B) 14.75º 0.25% 0.97% -
XYZ 68.11 65.09 55.43 -
YUV 213.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 247 201 186 0 0.19 0.25 0.03 14.75 0.79 0.85
Hex F7 C9 BA 0 13 19 3 F 4F 55
Octal 367 311 272 0 23 31 3 17 117 125
Binary 11110111 11001001 10111010 0 10011 11001 11 1111 1001111 1010101

Color Harmonies of #F7C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C9BA

Black with #F7C9BA

Text Example


Text Example

White with #F7C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C9BA; }

 p { color: rgb(247,201,186); }

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

background-color css

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

 a { background-color: rgb(247,201,186); }

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

border-color css

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

 span { border-color: rgb(247,201,186); }

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