Html Css Color HEX #FAC9C1 Your Pink

📋 copy color: '#FAC9C1'

red 250 ◦ green 201 ◦ blue 193

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

Shades of Your Pink #FAC9C1

Tints of Your Pink #FAC9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.97%

R = 38.82%
G = 31.21%
B = 29.97%

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

#FAC9C1 (or 0xFAC9C1) is known color: Your Pink. HEX triplet: FA, C9 and C1. RGB value is (250,201,193). Sum of RGB (Red+Green+Blue) = 250+201+193=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9C1 is #05363E. Grayscale: #D6D6D6. Windows color (decimal): -341567 or 12700154. OLE color: 12700154.

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

Color convert

RGB 250 201 193 -
CMYK 0 0.20 0.23 0.02
HSL 8.42º 0.85% 0.87% -
HSV(B) 8.42º 0.23% 0.98% -
XYZ 69.94 65.95 59.5 -
YUV 214.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 250 201 193 0 0.20 0.23 0.02 8.42 0.85 0.87
Hex FA C9 C1 0 14 17 2 8 55 57
Octal 372 311 301 0 24 27 2 10 125 127
Binary 11111010 11001001 11000001 0 10100 10111 10 1000 1010101 1010111

Color Harmonies of #FAC9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9C1

Black with #FAC9C1

Text Example


Text Example

White with #FAC9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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