Html Css Color HEX #FAC8B5 Watusi

📋 copy color: '#FAC8B5'

red 250 ◦ green 200 ◦ blue 181

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

Shades of Watusi #FAC8B5

Tints of Watusi #FAC8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.68%

R = 39.62%
G = 31.7%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAC8B5 (or 0xFAC8B5) is known color: Watusi. HEX triplet: FA, C8 and B5. RGB value is (250,200,181). Sum of RGB (Red+Green+Blue) = 250+200+181=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8B5 is #05374A. Grayscale: #D4D4D4. Windows color (decimal): -341835 or 11913466. OLE color: 11913466.

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

Color convert

RGB 250 200 181 -
CMYK 0 0.2 0.28 0.02
HSL 16.52º 0.87% 0.85% -
HSV(B) 16.52º 0.28% 0.98% -
XYZ 68.42 64.97 52.65 -
YUV 212.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 250 200 181 0 0.2 0.28 0.02 16.52 0.87 0.85
Hex FA C8 B5 0 14 1C 2 11 57 55
Octal 372 310 265 0 24 34 2 21 127 125
Binary 11111010 11001000 10110101 0 10100 11100 10 10001 1010111 1010101

Color Harmonies of #FAC8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8B5

Black with #FAC8B5

Text Example


Text Example

White with #FAC8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8B5; }

 p { color: rgb(250,200,181); }

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

background-color css

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

 a { background-color: rgb(250,200,181); }

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

border-color css

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

 span { border-color: rgb(250,200,181); }

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