Html Css Color HEX #F7C8BA Watusi

📋 copy color: '#F7C8BA'

red 247 ◦ green 200 ◦ blue 186

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

Shades of Watusi #F7C8BA

Tints of Watusi #F7C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.6%

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

R = 39.02%
G = 31.6%
B = 29.38%

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

#F7C8BA (or 0xF7C8BA) is known color: Watusi. HEX triplet: F7, C8 and BA. RGB value is (247,200,186). Sum of RGB (Red+Green+Blue) = 247+200+186=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8BA is #083745. Grayscale: #D4D4D4. Windows color (decimal): -538438 or 12241143. OLE color: 12241143.

HSL color Cylindrical-coordinate representation of color #F7C8BA: hue angle of 13.77º 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 #F7C8BA is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 200 186 -
CMYK 0 0.19 0.25 0.03
HSL 13.77º 0.79% 0.85% -
HSV(B) 13.77º 0.25% 0.97% -
XYZ 67.87 64.63 55.35 -
YUV 212.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 247 200 186 0 0.19 0.25 0.03 13.77 0.79 0.85
Hex F7 C8 BA 0 13 19 3 E 4F 55
Octal 367 310 272 0 23 31 3 16 117 125
Binary 11110111 11001000 10111010 0 10011 11001 11 1110 1001111 1010101

Color Harmonies of #F7C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C8BA

Black with #F7C8BA

Text Example


Text Example

White with #F7C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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