#FABCF4

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

Shades of Lavender Rose #FABCF4

Tints of Lavender Rose #FABCF4

Color information

#FABCF4 (or 0xFABCF4) is unknown color: approx Lavender Rose. HEX triplet: FA, BC and F4. RGB value is (250,188,244). Sum of RGB (Red+Green+Blue) = 250+188+244=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCF4 is #05430B. Grayscale: #D4D4D4. Windows color (decimal): -344844 or 16039162. OLE color: 16039162.

HSL color Cylindrical-coordinate representation of color #FABCF4: hue angle of 305.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCF4 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250188244-
CMYK00.250.020.02
HSL305.81º86.11%85.88%-
HSV(B)305.81º24.8%98.04%-
XYZ73.7462.8293.83-
YUV212.92145.54154.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 188 (73.83% from 255) = 27.57%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=36.66%
G=27.57%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018824400.250.020.02305.8186.1185.88
HexFABCF4019221325656
Octal37227436403122462126126
Binary111110101011110011110100011001101010011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCF4; }

 p { color: rgb(250,188,244); }

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

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

 a { background-color: rgb(250,188,244); }

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

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

 span { border-color: rgb(250,188,244); }

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