Html Css Color HEX #FAC7BD Your Pink

📋 copy color: '#FAC7BD'

red 250 ◦ green 199 ◦ blue 189

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

Shades of Your Pink #FAC7BD

Tints of Your Pink #FAC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

 BLUE value IS 189 (74.22% from 255) = 29.62%

R = 39.18%
G = 31.19%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAC7BD (or 0xFAC7BD) is known color: Your Pink. HEX triplet: FA, C7 and BD. RGB value is (250,199,189). Sum of RGB (Red+Green+Blue) = 250+199+189=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7BD is #053842. Grayscale: #D5D5D5. Windows color (decimal): -342083 or 12437498. OLE color: 12437498.

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

Color convert

RGB 250 199 189 -
CMYK 0 0.20 0.24 0.02
HSL 9.84º 0.86% 0.86% -
HSV(B) 9.84º 0.24% 0.98% -
XYZ 69.03 64.84 57.02 -
YUV 213.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 250 199 189 0 0.20 0.24 0.02 9.84 0.86 0.86
Hex FA C7 BD 0 14 18 2 A 56 56
Octal 372 307 275 0 24 30 2 12 126 126
Binary 11111010 11000111 10111101 0 10100 11000 10 1010 1010110 1010110

Color Harmonies of #FAC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7BD

Black with #FAC7BD

Text Example


Text Example

White with #FAC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7BD; }

 p { color: rgb(250,199,189); }

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

background-color css

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

 a { background-color: rgb(250,199,189); }

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

border-color css

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

 span { border-color: rgb(250,199,189); }

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