Html Css Color HEX #FAC7C0 Your Pink

📋 copy color: '#FAC7C0'

red 250 ◦ green 199 ◦ blue 192

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

Shades of Your Pink #FAC7C0

Tints of Your Pink #FAC7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 39%
G = 31.05%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAC7C0 (or 0xFAC7C0) is known color: Your Pink. HEX triplet: FA, C7 and C0. RGB value is (250,199,192). Sum of RGB (Red+Green+Blue) = 250+199+192=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C0 is #05383F. Grayscale: #D5D5D5. Windows color (decimal): -342080 or 12634106. OLE color: 12634106.

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

Color convert

RGB 250 199 192 -
CMYK 0 0.20 0.23 0.02
HSL 7.24º 0.85% 0.87% -
HSV(B) 7.24º 0.23% 0.98% -
XYZ 69.36 64.98 58.76 -
YUV 213.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 250 199 192 0 0.20 0.23 0.02 7.24 0.85 0.87
Hex FA C7 C0 0 14 17 2 7 55 57
Octal 372 307 300 0 24 27 2 7 125 127
Binary 11111010 11000111 11000000 0 10100 10111 10 111 1010101 1010111

Color Harmonies of #FAC7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7C0

Black with #FAC7C0

Text Example


Text Example

White with #FAC7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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