Html Css Color HEX #FAB1F1 Lavender Rose

📋 copy color: '#FAB1F1'

red 250 ◦ green 177 ◦ blue 241

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

Shades of Lavender Rose #FAB1F1

Tints of Lavender Rose #FAB1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 37.43%
G = 26.5%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB1F1 (or 0xFAB1F1) is known color: Lavender Rose. HEX triplet: FA, B1 and F1. RGB value is (250,177,241). Sum of RGB (Red+Green+Blue) = 250+177+241=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1F1 is #054E0E. Grayscale: #CDCDCD. Windows color (decimal): -347663 or 15839738. OLE color: 15839738.

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

Color convert

RGB 250 177 241 -
CMYK 0 0.29 0.04 0.02
HSL 307.4º 0.88% 0.84% -
HSV(B) 307.4º 0.29% 0.98% -
XYZ 71.02 58.12 90.69 -
YUV 206.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 250 177 241 0 0.29 0.04 0.02 307.4 0.88 0.84
Hex FA B1 F1 0 1D 4 2 133 58 54
Octal 372 261 361 0 35 4 2 463 130 124
Binary 11111010 10110001 11110001 0 11101 100 10 100110011 1011000 1010100

Color Harmonies of #FAB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1F1

Black with #FAB1F1

Text Example


Text Example

White with #FAB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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