#FBADFC

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

Shades of Lavender Rose #FBADFC

Tints of Lavender Rose #FBADFC

Color information

#FBADFC (or 0xFBADFC) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and FC. RGB value is (251,173,252). Sum of RGB (Red+Green+Blue) = 251+173+252=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADFC is #045203. Grayscale: #CDCDCD. Windows color (decimal): -283140 or 16559611. OLE color: 16559611.

HSL color Cylindrical-coordinate representation of color #FBADFC: hue angle of 299.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADFC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251173252-
CMYK0.000.3100.01
HSL299.24º92.94%83.33%-
HSV(B)299.24º31.35%98.82%-
XYZ72.357.4299.37-
YUV205.33154.34160.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 173 (67.97% from 255) = 25.59%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=37.13%
G=25.59%
B=37.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511732520.000.3100.01299.2492.9483.33
HexFBADFC01F0112b5d53
Octal37325537403701453135123
Binary1111101110101101111111000111110110010101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADFC; }

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

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

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

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

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

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

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

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