#FAADAF

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

Shades of Light Pink #FAADAF

Tints of Light Pink #FAADAF

Color information

#FAADAF (or 0xFAADAF) is unknown color: approx Light Pink. HEX triplet: FA, AD and AF. RGB value is (250,173,175). Sum of RGB (Red+Green+Blue) = 250+173+175=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAADAF is #055250. Grayscale: #C4C4C4. Windows color (decimal): -348753 or 11513338. OLE color: 11513338.

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

Color convert

RGB250173175-
CMYK00.310.30.02
HSL358.44º88.51%82.94%-
HSV(B)358.44º30.8%98.04%-
XYZ62.1153.3147.57-
YUV196.25116.01166.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=41.81%
G=28.93%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017317500.310.30.02358.4488.5182.94
HexFAADAF01F1E21665953
Octal372255257037362546131123
Binary111110101010110110101111011111111101010110011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADAF; }

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

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

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

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

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

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

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

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