Html Css Color HEX #FACAB6 Watusi

📋 copy color: '#FACAB6'

red 250 ◦ green 202 ◦ blue 182

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

Shades of Watusi #FACAB6

Tints of Watusi #FACAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.71%

R = 39.43%
G = 31.86%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FACAB6 (or 0xFACAB6) is known color: Watusi. HEX triplet: FA, CA and B6. RGB value is (250,202,182). Sum of RGB (Red+Green+Blue) = 250+202+182=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB6 is #053549. Grayscale: #D6D6D6. Windows color (decimal): -341322 or 11979514. OLE color: 11979514.

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

Color convert

RGB 250 202 182 -
CMYK 0 0.19 0.27 0.02
HSL 17.65º 0.87% 0.85% -
HSV(B) 17.65º 0.27% 0.98% -
XYZ 68.99 65.94 53.35 -
YUV 214.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 250 202 182 0 0.19 0.27 0.02 17.65 0.87 0.85
Hex FA CA B6 0 13 1B 2 12 57 55
Octal 372 312 266 0 23 33 2 22 127 125
Binary 11111010 11001010 10110110 0 10011 11011 10 10010 1010111 1010101

Color Harmonies of #FACAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAB6

Black with #FACAB6

Text Example


Text Example

White with #FACAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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