Html Css Color HEX #FACCBA Watusi

📋 copy color: '#FACCBA'

red 250 ◦ green 204 ◦ blue 186

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

Shades of Watusi #FACCBA

Tints of Watusi #FACCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.88%

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

R = 39.06%
G = 31.88%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FACCBA (or 0xFACCBA) is known color: Watusi. HEX triplet: FA, CC and BA. RGB value is (250,204,186). Sum of RGB (Red+Green+Blue) = 250+204+186=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBA is #053345. Grayscale: #D7D7D7. Windows color (decimal): -340806 or 12242170. OLE color: 12242170.

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

Color convert

RGB 250 204 186 -
CMYK 0 0.18 0.26 0.02
HSL 16.88º 0.86% 0.85% -
HSV(B) 16.88º 0.26% 0.98% -
XYZ 69.88 67.05 55.71 -
YUV 215.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 250 204 186 0 0.18 0.26 0.02 16.88 0.86 0.85
Hex FA CC BA 0 12 1A 2 11 56 55
Octal 372 314 272 0 22 32 2 21 126 125
Binary 11111010 11001100 10111010 0 10010 11010 10 10001 1010110 1010101

Color Harmonies of #FACCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCBA

Black with #FACCBA

Text Example


Text Example

White with #FACCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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