Html Css Color HEX #FAC7BB Your Pink

📋 copy color: '#FAC7BB'

red 250 ◦ green 199 ◦ blue 187

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

Shades of Your Pink #FAC7BB

Tints of Your Pink #FAC7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.4%

R = 39.31%
G = 31.29%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAC7BB (or 0xFAC7BB) is known color: Your Pink. HEX triplet: FA, C7 and BB. RGB value is (250,199,187). Sum of RGB (Red+Green+Blue) = 250+199+187=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7BB is #053844. Grayscale: #D4D4D4. Windows color (decimal): -342085 or 12306426. OLE color: 12306426.

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

Color convert

RGB 250 199 187 -
CMYK 0 0.20 0.25 0.02
HSL 11.43º 0.86% 0.86% -
HSV(B) 11.43º 0.25% 0.98% -
XYZ 68.82 64.76 55.89 -
YUV 212.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 250 199 187 0 0.20 0.25 0.02 11.43 0.86 0.86
Hex FA C7 BB 0 14 19 2 B 56 56
Octal 372 307 273 0 24 31 2 13 126 126
Binary 11111010 11000111 10111011 0 10100 11001 10 1011 1010110 1010110

Color Harmonies of #FAC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7BB

Black with #FAC7BB

Text Example


Text Example

White with #FAC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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