Html Css Color HEX #F7CABA Watusi

📋 copy color: '#F7CABA'

red 247 ◦ green 202 ◦ blue 186

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

Shades of Watusi #F7CABA

Tints of Watusi #F7CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.81%

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

R = 38.9%
G = 31.81%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7CABA (or 0xF7CABA) is known color: Watusi. HEX triplet: F7, CA and BA. RGB value is (247,202,186). Sum of RGB (Red+Green+Blue) = 247+202+186=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CABA is #083545. Grayscale: #D5D5D5. Windows color (decimal): -537926 or 12241655. OLE color: 12241655.

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

Color convert

RGB 247 202 186 -
CMYK 0 0.18 0.25 0.03
HSL 15.74º 0.79% 0.85% -
HSV(B) 15.74º 0.25% 0.97% -
XYZ 68.34 65.56 55.51 -
YUV 213.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 247 202 186 0 0.18 0.25 0.03 15.74 0.79 0.85
Hex F7 CA BA 0 12 19 3 10 4F 55
Octal 367 312 272 0 22 31 3 20 117 125
Binary 11110111 11001010 10111010 0 10010 11001 11 10000 1001111 1010101

Color Harmonies of #F7CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CABA

Black with #F7CABA

Text Example


Text Example

White with #F7CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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