#FAB2F2

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

Shades of Lavender Rose #FAB2F2

Tints of Lavender Rose #FAB2F2

Color information

#FAB2F2 (or 0xFAB2F2) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and F2. RGB value is (250,178,242). Sum of RGB (Red+Green+Blue) = 250+178+242=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F2 is #054D0D. Grayscale: #CECECE. Windows color (decimal): -347406 or 15905530. OLE color: 15905530.

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

Color convert

RGB250178242-
CMYK00.290.030.02
HSL306.67º87.8%83.92%-
HSV(B)306.67º28.8%98.04%-
XYZ71.3758.5891.55-
YUV206.82147.85158.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 178 (69.92% from 255) = 26.57%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=37.31%
G=26.57%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017824200.290.030.02306.6787.883.92
HexFAB2F201D321335854
Octal37226236203532463130124
Binary111110101011001011110010011101111010011001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2F2; }

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

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

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

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

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

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

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

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