Html Css Color HEX #FAC6D0 Pink

📋 copy color: '#FAC6D0'

red 250 ◦ green 198 ◦ blue 208

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

Shades of Pink #FAC6D0

Tints of Pink #FAC6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.71%

R = 38.11%
G = 30.18%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC6D0 (or 0xFAC6D0) is known color: Pink. HEX triplet: FA, C6 and D0. RGB value is (250,198,208). Sum of RGB (Red+Green+Blue) = 250+198+208=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6D0 is #05392F. Grayscale: #D6D6D6. Windows color (decimal): -342320 or 13682426. OLE color: 13682426.

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

Color convert

RGB 250 198 208 -
CMYK 0 0.21 0.17 0.02
HSL 348.46º 0.84% 0.88% -
HSV(B) 348.46º 0.21% 0.98% -
XYZ 71 65.27 68.53 -
YUV 214.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 250 198 208 0 0.21 0.17 0.02 348.46 0.84 0.88
Hex FA C6 D0 0 15 11 2 15C 54 58
Octal 372 306 320 0 25 21 2 534 124 130
Binary 11111010 11000110 11010000 0 10101 10001 10 101011100 1010100 1011000

Color Harmonies of #FAC6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6D0

Black with #FAC6D0

Text Example


Text Example

White with #FAC6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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