#FAB2FC

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

Shades of Lavender Rose #FAB2FC

Tints of Lavender Rose #FAB2FC

Color information

#FAB2FC (or 0xFAB2FC) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and FC. RGB value is (250,178,252). Sum of RGB (Red+Green+Blue) = 250+178+252=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 178 (69.92% from 255 or 26.18% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2FC is #054D03. Grayscale: #CFCFCF. Windows color (decimal): -347396 or 16560890. OLE color: 16560890.

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

Color convert

RGB250178252-
CMYK0.010.2900.01
HSL298.38º92.5%84.31%-
HSV(B)298.38º29.37%98.82%-
XYZ72.9259.1999.68-
YUV207.96152.85157.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 178 (69.92% from 255) = 26.18%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=36.76%
G=26.18%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501782520.010.2900.01298.3892.584.31
HexFAB2FC11D0112a5c54
Octal37226237413501452134124
Binary1111101010110010111111001111010110010101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2FC; }

 p { color: rgb(250,178,252); }

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

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

 a { background-color: rgb(250,178,252); }

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

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

 span { border-color: rgb(250,178,252); }

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