Html Css Color HEX #FAC6C0 Your Pink

📋 copy color: '#FAC6C0'

red 250 ◦ green 198 ◦ blue 192

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

Shades of Your Pink #FAC6C0

Tints of Your Pink #FAC6C0

RGB

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

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

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

R = 39.06%
G = 30.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FAC6C0 (or 0xFAC6C0) is known color: Your Pink. HEX triplet: FA, C6 and C0. RGB value is (250,198,192). Sum of RGB (Red+Green+Blue) = 250+198+192=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6C0 is #05393F. Grayscale: #D4D4D4. Windows color (decimal): -342336 or 12633850. OLE color: 12633850.

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

Color convert

RGB 250 198 192 -
CMYK 0 0.21 0.23 0.02
HSL 6.21º 0.85% 0.87% -
HSV(B) 6.21º 0.23% 0.98% -
XYZ 69.13 64.52 58.68 -
YUV 212.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 250 198 192 0 0.21 0.23 0.02 6.21 0.85 0.87
Hex FA C6 C0 0 15 17 2 6 55 57
Octal 372 306 300 0 25 27 2 6 125 127
Binary 11111010 11000110 11000000 0 10101 10111 10 110 1010101 1010111

Color Harmonies of #FAC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6C0

Black with #FAC6C0

Text Example


Text Example

White with #FAC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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