Html Css Color HEX #FAB1F2 Lavender Rose

📋 copy color: '#FAB1F2'

red 250 ◦ green 177 ◦ blue 242

#FAB1F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FAB1F2

Tints of Lavender Rose #FAB1F2

RGB

 RED value IS 250 (98.05% from 255) = 37.37%

 GREEN value IS 177 (69.53% from 255) = 26.46%

 BLUE value IS 242 (94.92% from 255) = 36.17%

R = 37.37%
G = 26.46%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB1F2 (or 0xFAB1F2) is known color: Lavender Rose. HEX triplet: FA, B1 and F2. RGB value is (250,177,242). Sum of RGB (Red+Green+Blue) = 250+177+242=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F2 is #054E0D. Grayscale: #CECECE. Windows color (decimal): -347662 or 15905274. OLE color: 15905274.

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

Color convert

RGB 250 177 242 -
CMYK 0 0.29 0.03 0.02
HSL 306.58º 0.88% 0.84% -
HSV(B) 306.58º 0.29% 0.98% -
XYZ 71.17 58.18 91.48 -
YUV 206.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 250 177 242 0 0.29 0.03 0.02 306.58 0.88 0.84
Hex FA B1 F2 0 1D 3 2 133 58 54
Octal 372 261 362 0 35 3 2 463 130 124
Binary 11111010 10110001 11110010 0 11101 11 10 100110011 1011000 1010100

Color Harmonies of #FAB1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1F2

Black with #FAB1F2

Text Example


Text Example

White with #FAB1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1F2; }

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

 H1.HeaderClassName
 {
   color: #FAB1F2;
 }
 .AnyTagClassName
 {
   color: #FAB1F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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