Html Css Color HEX #FAC7C2 Your Pink

📋 copy color: '#FAC7C2'

red 250 ◦ green 199 ◦ blue 194

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

Shades of Your Pink #FAC7C2

Tints of Your Pink #FAC7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.17%

R = 38.88%
G = 30.95%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAC7C2 (or 0xFAC7C2) is known color: Your Pink. HEX triplet: FA, C7 and C2. RGB value is (250,199,194). Sum of RGB (Red+Green+Blue) = 250+199+194=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C2 is #05383D. Grayscale: #D5D5D5. Windows color (decimal): -342078 or 12765178. OLE color: 12765178.

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

Color convert

RGB 250 199 194 -
CMYK 0 0.20 0.22 0.02
HSL 5.36º 0.85% 0.87% -
HSV(B) 5.36º 0.22% 0.98% -
XYZ 69.59 65.07 59.93 -
YUV 213.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 250 199 194 0 0.20 0.22 0.02 5.36 0.85 0.87
Hex FA C7 C2 0 14 16 2 5 55 57
Octal 372 307 302 0 24 26 2 5 125 127
Binary 11111010 11000111 11000010 0 10100 10110 10 101 1010101 1010111

Color Harmonies of #FAC7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7C2

Black with #FAC7C2

Text Example


Text Example

White with #FAC7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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