Html Css Color HEX #FAC7B6 Your Pink

📋 copy color: '#FAC7B6'

red 250 ◦ green 199 ◦ blue 182

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

Shades of Your Pink #FAC7B6

Tints of Your Pink #FAC7B6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.54%

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

R = 39.62%
G = 31.54%
B = 28.84%

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

#FAC7B6 (or 0xFAC7B6) is known color: Your Pink. HEX triplet: FA, C7 and B6. RGB value is (250,199,182). Sum of RGB (Red+Green+Blue) = 250+199+182=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7B6 is #053849. Grayscale: #D4D4D4. Windows color (decimal): -342090 or 11978746. OLE color: 11978746.

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

Color convert

RGB 250 199 182 -
CMYK 0 0.20 0.27 0.02
HSL 15º 0.87% 0.85% -
HSV(B) 15º 0.27% 0.98% -
XYZ 68.29 64.55 53.12 -
YUV 212.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 250 199 182 0 0.20 0.27 0.02 15 0.87 0.85
Hex FA C7 B6 0 14 1B 2 F 57 55
Octal 372 307 266 0 24 33 2 17 127 125
Binary 11111010 11000111 10110110 0 10100 11011 10 1111 1010111 1010101

Color Harmonies of #FAC7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7B6

Black with #FAC7B6

Text Example


Text Example

White with #FAC7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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