Html Css Color HEX #FABFF1 Lavender Rose

📋 copy color: '#FABFF1'

red 250 ◦ green 191 ◦ blue 241

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

Shades of Lavender Rose #FABFF1

Tints of Lavender Rose #FABFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 28.01%

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

R = 36.66%
G = 28.01%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FABFF1 (or 0xFABFF1) is known color: Lavender Rose. HEX triplet: FA, BF and F1. RGB value is (250,191,241). Sum of RGB (Red+Green+Blue) = 250+191+241=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF1 is #05400E. Grayscale: #D6D6D6. Windows color (decimal): -344079 or 15843322. OLE color: 15843322.

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

Color convert

RGB 250 191 241 -
CMYK 0 0.24 0.04 0.02
HSL 309.15º 0.86% 0.86% -
HSV(B) 309.15º 0.24% 0.98% -
XYZ 73.93 63.94 91.66 -
YUV 214.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 250 191 241 0 0.24 0.04 0.02 309.15 0.86 0.86
Hex FA BF F1 0 18 4 2 135 56 56
Octal 372 277 361 0 30 4 2 465 126 126
Binary 11111010 10111111 11110001 0 11000 100 10 100110101 1010110 1010110

Color Harmonies of #FABFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFF1

Black with #FABFF1

Text Example


Text Example

White with #FABFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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