#FABCF1

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

Shades of Lavender Rose #FABCF1

Tints of Lavender Rose #FABCF1

Color information

#FABCF1 (or 0xFABCF1) is unknown color: approx Lavender Rose. HEX triplet: FA, BC and F1. RGB value is (250,188,241). Sum of RGB (Red+Green+Blue) = 250+188+241=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCF1 is #05430E. Grayscale: #D4D4D4. Windows color (decimal): -344847 or 15842554. OLE color: 15842554.

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

Color convert

RGB250188241-
CMYK00.250.040.02
HSL308.71º86.11%85.88%-
HSV(B)308.71º24.8%98.04%-
XYZ73.2862.6491.45-
YUV212.58144.04154.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=36.82%
G=27.69%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018824100.250.040.02308.7186.1185.88
HexFABCF1019421355656
Octal37227436103142465126126
Binary1111101010111100111100010110011001010011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCF1; }

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

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

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

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

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

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

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

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