#FAAFB8

Color #FAAFB8 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FAAFB8

Tints of Light Pink #FAAFB8

Color information

#FAAFB8 (or 0xFAAFB8) is unknown color: approx Light Pink. HEX triplet: FA, AF and B8. RGB value is (250,175,184). Sum of RGB (Red+Green+Blue) = 250+175+184=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFB8 is #055047. Grayscale: #C6C6C6. Windows color (decimal): -348232 or 12103674. OLE color: 12103674.

HSL color Cylindrical-coordinate representation of color #FAAFB8: hue angle of 352.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFB8 is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250175184-
CMYK00.30.260.02
HSL352.8º88.24%83.33%-
HSV(B)352.8º30%98.04%-
XYZ63.4154.4452.51-
YUV198.45119.85164.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=41.05%
G=28.74%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017518400.30.260.02352.888.2483.33
HexFAAFB801E1A21615853
Octal372257270036322541130123
Binary111110101010111110111000011110110101010110000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFB8; }

 p { color: rgb(250,175,184); }

 H1.HeaderClassName
 {
   color: #FAAFB8;
 }
 .AnyTagClassName
 {
   color: #FAAFB8;
 }
</style>
background-color css

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

 a { background-color: rgb(250,175,184); }

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

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

 span { border-color: rgb(250,175,184); }

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