#FBAEDD

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

Shades of Lavender Pink #FBAEDD

Tints of Lavender Pink #FBAEDD

Color information

#FBAEDD (or 0xFBAEDD) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and DD. RGB value is (251,174,221). Sum of RGB (Red+Green+Blue) = 251+174+221=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDD is #045122. Grayscale: #CACACA. Windows color (decimal): -282915 or 14528251. OLE color: 14528251.

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

Color convert

RGB251174221-
CMYK00.310.120.02
HSL323.38º90.59%83.33%-
HSV(B)323.38º30.68%98.43%-
XYZ67.975675.63-
YUV202.38138.51162.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=38.85%
G=26.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117422100.310.120.02323.3890.5983.33
HexFBAEDD01FC21435b53
Octal373256335037142503133123
Binary11111011101011101101110101111111001010100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEDD; }

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

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

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

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

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

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

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

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