Html Css Color HEX #FAC6C5 Your Pink

📋 copy color: '#FAC6C5'

red 250 ◦ green 198 ◦ blue 197

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

Shades of Your Pink #FAC6C5

Tints of Your Pink #FAC6C5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.7%

 BLUE value IS 197 (77.34% from 255) = 30.54%

R = 38.76%
G = 30.7%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAC6C5 (or 0xFAC6C5) is known color: Your Pink. HEX triplet: FA, C6 and C5. RGB value is (250,198,197). Sum of RGB (Red+Green+Blue) = 250+198+197=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6C5 is #05393A. Grayscale: #D5D5D5. Windows color (decimal): -342331 or 12961530. OLE color: 12961530.

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

Color convert

RGB 250 198 197 -
CMYK 0 0.21 0.21 0.02
HSL 1.13º 0.84% 0.88% -
HSV(B) 1.13º 0.21% 0.98% -
XYZ 69.7 64.74 61.65 -
YUV 213.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 250 198 197 0 0.21 0.21 0.02 1.13 0.84 0.88
Hex FA C6 C5 0 15 15 2 1 54 58
Octal 372 306 305 0 25 25 2 1 124 130
Binary 11111010 11000110 11000101 0 10101 10101 10 1 1010100 1011000

Color Harmonies of #FAC6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6C5

Black with #FAC6C5

Text Example


Text Example

White with #FAC6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6C5; }

 p { color: rgb(250,198,197); }

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

background-color css

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

 a { background-color: rgb(250,198,197); }

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

border-color css

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

 span { border-color: rgb(250,198,197); }

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