Html Css Color HEX #FAC9C0 Your Pink

📋 copy color: '#FAC9C0'

red 250 ◦ green 201 ◦ blue 192

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

Shades of Your Pink #FAC9C0

Tints of Your Pink #FAC9C0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.26%

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

R = 38.88%
G = 31.26%
B = 29.86%

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

#FAC9C0 (or 0xFAC9C0) is known color: Your Pink. HEX triplet: FA, C9 and C0. RGB value is (250,201,192). Sum of RGB (Red+Green+Blue) = 250+201+192=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C0 is #05363F. Grayscale: #D6D6D6. Windows color (decimal): -341568 or 12634618. OLE color: 12634618.

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

Color convert

RGB 250 201 192 -
CMYK 0 0.20 0.23 0.02
HSL 9.31º 0.85% 0.87% -
HSV(B) 9.31º 0.23% 0.98% -
XYZ 69.83 65.9 58.91 -
YUV 214.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 250 201 192 0 0.20 0.23 0.02 9.31 0.85 0.87
Hex FA C9 C0 0 14 17 2 9 55 57
Octal 372 311 300 0 24 27 2 11 125 127
Binary 11111010 11001001 11000000 0 10100 10111 10 1001 1010101 1010111

Color Harmonies of #FAC9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9C0

Black with #FAC9C0

Text Example


Text Example

White with #FAC9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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