Html Css Color HEX #FACABA Watusi

📋 copy color: '#FACABA'

red 250 ◦ green 202 ◦ blue 186

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

Shades of Watusi #FACABA

Tints of Watusi #FACABA

RGB

 RED value IS 250 (98.05% from 255) = 39.18%

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

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

R = 39.18%
G = 31.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FACABA (or 0xFACABA) is known color: Watusi. HEX triplet: FA, CA and BA. RGB value is (250,202,186). Sum of RGB (Red+Green+Blue) = 250+202+186=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABA is #053545. Grayscale: #D6D6D6. Windows color (decimal): -341318 or 12241658. OLE color: 12241658.

HSL color Cylindrical-coordinate representation of color #FACABA: hue angle of 15º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FACABA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 186 -
CMYK 0 0.19 0.26 0.02
HSL 15º 0.86% 0.85% -
HSV(B) 15º 0.26% 0.98% -
XYZ 69.41 66.11 55.56 -
YUV 214.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 250 202 186 0 0.19 0.26 0.02 15 0.86 0.85
Hex FA CA BA 0 13 1A 2 F 56 55
Octal 372 312 272 0 23 32 2 17 126 125
Binary 11111010 11001010 10111010 0 10011 11010 10 1111 1010110 1010101

Color Harmonies of #FACABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACABA

Black with #FACABA

Text Example


Text Example

White with #FACABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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