#FBAECF

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

Shades of Lavender Pink #FBAECF

Tints of Lavender Pink #FBAECF

Color information

#FBAECF (or 0xFBAECF) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and CF. RGB value is (251,174,207). Sum of RGB (Red+Green+Blue) = 251+174+207=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAECF is #045130. Grayscale: #C8C8C8. Windows color (decimal): -282929 or 13610747. OLE color: 13610747.

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

Color convert

RGB251174207-
CMYK00.310.180.02
HSL334.29º90.59%83.33%-
HSV(B)334.29º30.68%98.43%-
XYZ66.1855.2966.21-
YUV200.78131.51163.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=39.72%
G=27.53%
B=32.75%

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
Decimal25117420700.310.180.02334.2990.5983.33
HexFBAECF01F12214e5b53
Octal373256317037222516133123
Binary111110111010111011001111011111100101010100111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAECF; }

 p { color: rgb(251,174,207); }

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

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

 a { background-color: rgb(251,174,207); }

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

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

 span { border-color: rgb(251,174,207); }

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