#FBACCD

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

Shades of Lavender Pink #FBACCD

Tints of Lavender Pink #FBACCD

Color information

#FBACCD (or 0xFBACCD) is unknown color: approx Lavender Pink. HEX triplet: FB, AC and CD. RGB value is (251,172,205). Sum of RGB (Red+Green+Blue) = 251+172+205=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACCD is #045332. Grayscale: #C7C7C7. Windows color (decimal): -283443 or 13479163. OLE color: 13479163.

HSL color Cylindrical-coordinate representation of color #FBACCD: hue angle of 334.94º degrees, saturation: 0.91, 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 #FBACCD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251172205-
CMYK00.310.180.02
HSL334.94º90.8%82.94%-
HSV(B)334.94º31.47%98.43%-
XYZ65.5654.4264.81-
YUV199.38131.17164.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=39.97%
G=27.39%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117220500.310.180.02334.9490.882.94
HexFBACCD01F12214f5b53
Octal373254315037222517133123
Binary111110111010110011001101011111100101010100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACCD; }

 p { color: rgb(251,172,205); }

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

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

 a { background-color: rgb(251,172,205); }

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

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

 span { border-color: rgb(251,172,205); }

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