#FBADCE

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

Shades of Lavender Pink #FBADCE

Tints of Lavender Pink #FBADCE

Color information

#FBADCE (or 0xFBADCE) is unknown color: approx Lavender Pink. HEX triplet: FB, AD and CE. RGB value is (251,173,206). Sum of RGB (Red+Green+Blue) = 251+173+206=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADCE is #045231. Grayscale: #C8C8C8. Windows color (decimal): -283186 or 13544955. OLE color: 13544955.

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

Color convert

RGB251173206-
CMYK00.310.180.02
HSL334.62º90.7%83.14%-
HSV(B)334.62º31.08%98.43%-
XYZ65.8754.8565.51-
YUV200.08131.34164.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=39.84%
G=27.46%
B=32.70%

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
Decimal25117320600.310.180.02334.6290.783.14
HexFBADCE01F12214f5b53
Octal373255316037222517133123
Binary111110111010110111001110011111100101010100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADCE; }

 p { color: rgb(251,173,206); }

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

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

 a { background-color: rgb(251,173,206); }

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

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

 span { border-color: rgb(251,173,206); }

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