Html Css Color HEX #FAC2B4 Your Pink

📋 copy color: '#FAC2B4'

red 250 ◦ green 194 ◦ blue 180

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

Shades of Your Pink #FAC2B4

Tints of Your Pink #FAC2B4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 180 (70.7% from 255) = 28.85%

R = 40.06%
G = 31.09%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAC2B4 (or 0xFAC2B4) is known color: Your Pink. HEX triplet: FA, C2 and B4. RGB value is (250,194,180). Sum of RGB (Red+Green+Blue) = 250+194+180=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2B4 is #053D4B. Grayscale: #D1D1D1. Windows color (decimal): -343372 or 11846394. OLE color: 11846394.

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

Color convert

RGB 250 194 180 -
CMYK 0 0.22 0.28 0.02
HSL 12º 0.88% 0.84% -
HSV(B) 12º 0.28% 0.98% -
XYZ 66.95 62.2 51.66 -
YUV 209.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 250 194 180 0 0.22 0.28 0.02 12 0.88 0.84
Hex FA C2 B4 0 16 1C 2 C 58 54
Octal 372 302 264 0 26 34 2 14 130 124
Binary 11111010 11000010 10110100 0 10110 11100 10 1100 1011000 1010100

Color Harmonies of #FAC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2B4

Black with #FAC2B4

Text Example


Text Example

White with #FAC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2B4; }

 p { color: rgb(250,194,180); }

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

background-color css

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

 a { background-color: rgb(250,194,180); }

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

border-color css

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

 span { border-color: rgb(250,194,180); }

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