Html Css Color HEX #FAC9B7 Watusi

📋 copy color: '#FAC9B7'

red 250 ◦ green 201 ◦ blue 183

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

Shades of Watusi #FAC9B7

Tints of Watusi #FAC9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.86%

R = 39.43%
G = 31.7%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAC9B7 (or 0xFAC9B7) is known color: Watusi. HEX triplet: FA, C9 and B7. RGB value is (250,201,183). Sum of RGB (Red+Green+Blue) = 250+201+183=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9B7 is #053648. Grayscale: #D5D5D5. Windows color (decimal): -341577 or 12044794. OLE color: 12044794.

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

Color convert

RGB 250 201 183 -
CMYK 0 0.20 0.27 0.02
HSL 16.12º 0.87% 0.85% -
HSV(B) 16.12º 0.27% 0.98% -
XYZ 68.86 65.52 53.82 -
YUV 213.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 250 201 183 0 0.20 0.27 0.02 16.12 0.87 0.85
Hex FA C9 B7 0 14 1B 2 10 57 55
Octal 372 311 267 0 24 33 2 20 127 125
Binary 11111010 11001001 10110111 0 10100 11011 10 10000 1010111 1010101

Color Harmonies of #FAC9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9B7

Black with #FAC9B7

Text Example


Text Example

White with #FAC9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9B7; }

 p { color: rgb(250,201,183); }

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

background-color css

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

 a { background-color: rgb(250,201,183); }

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

border-color css

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

 span { border-color: rgb(250,201,183); }

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