#FBAED2

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

Shades of Lavender Pink #FBAED2

Tints of Lavender Pink #FBAED2

Color information

#FBAED2 (or 0xFBAED2) is unknown color: approx Lavender Pink. HEX triplet: FB, AE and D2. RGB value is (251,174,210). Sum of RGB (Red+Green+Blue) = 251+174+210=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED2 is #04512D. Grayscale: #C9C9C9. Windows color (decimal): -282926 or 13807355. OLE color: 13807355.

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

Color convert

RGB251174210-
CMYK00.310.160.02
HSL331.95º90.59%83.33%-
HSV(B)331.95º30.68%98.43%-
XYZ66.5555.4368.16-
YUV201.13133.01163.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=39.53%
G=27.40%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117421000.310.160.02331.9590.5983.33
HexFBAED201F10214c5b53
Octal373256322037202514133123
Binary111110111010111011010010011111100001010100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAED2; }

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

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

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

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

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

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

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

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