#FAB4FC

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

Shades of Lavender Rose #FAB4FC

Tints of Lavender Rose #FAB4FC

Color information

#FAB4FC (or 0xFAB4FC) is unknown color: approx Lavender Rose. HEX triplet: FA, B4 and FC. RGB value is (250,180,252). Sum of RGB (Red+Green+Blue) = 250+180+252=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 180 (70.70% from 255 or 26.39% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4FC is #054B03. Grayscale: #D0D0D0. Windows color (decimal): -346884 or 16561402. OLE color: 16561402.

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

Color convert

RGB250180252-
CMYK0.010.2900.01
HSL298.33º92.31%84.71%-
HSV(B)298.33º28.57%98.82%-
XYZ73.3259.9999.81-
YUV209.14152.19157.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 180 (70.70% from 255) = 26.39%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=36.66%
G=26.39%
B=36.95%

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
Decimal2501802520.010.2900.01298.3392.3184.71
HexFAB4FC11D0112a5c55
Octal37226437413501452134125
Binary1111101010110100111111001111010110010101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4FC; }

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

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

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

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

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

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

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

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