Html Css Color HEX #FAC8BB Your Pink

📋 copy color: '#FAC8BB'

red 250 ◦ green 200 ◦ blue 187

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

Shades of Your Pink #FAC8BB

Tints of Your Pink #FAC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.4%

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

R = 39.25%
G = 31.4%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAC8BB (or 0xFAC8BB) is known color: Your Pink. HEX triplet: FA, C8 and BB. RGB value is (250,200,187). Sum of RGB (Red+Green+Blue) = 250+200+187=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8BB is #053744. Grayscale: #D5D5D5. Windows color (decimal): -341829 or 12306682. OLE color: 12306682.

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

Color convert

RGB 250 200 187 -
CMYK 0 0.2 0.25 0.02
HSL 12.38º 0.86% 0.86% -
HSV(B) 12.38º 0.25% 0.98% -
XYZ 69.05 65.22 55.96 -
YUV 213.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 250 200 187 0 0.2 0.25 0.02 12.38 0.86 0.86
Hex FA C8 BB 0 14 19 2 C 56 56
Octal 372 310 273 0 24 31 2 14 126 126
Binary 11111010 11001000 10111011 0 10100 11001 10 1100 1010110 1010110

Color Harmonies of #FAC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8BB

Black with #FAC8BB

Text Example


Text Example

White with #FAC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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