Html Css Color HEX #FAB9FB Lavender Rose

📋 copy color: '#FAB9FB'

red 250 ◦ green 185 ◦ blue 251

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

Shades of Lavender Rose #FAB9FB

Tints of Lavender Rose #FAB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.97%

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 36.44%
G = 26.97%
B = 36.59%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAB9FB (or 0xFAB9FB) is known color: Lavender Rose. HEX triplet: FA, B9 and FB. RGB value is (250,185,251). Sum of RGB (Red+Green+Blue) = 250+185+251=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 185 (72.66% from 255 or 26.97% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9FB is #054604. Grayscale: #D3D3D3. Windows color (decimal): -345605 or 16497146. OLE color: 16497146.

HSL color Cylindrical-coordinate representation of color #FAB9FB: hue angle of 299.09º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB9FB is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 251 -
CMYK 0.00 0.26 0 0.02
HSL 299.09º 0.89% 0.85% -
HSV(B) 299.09º 0.26% 0.98% -
XYZ 74.19 61.99 99.32 -
YUV 211.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 250 185 251 0.00 0.26 0 0.02 299.09 0.89 0.85
Hex FA B9 FB 0 1A 0 2 12B 59 55
Octal 372 271 373 0 32 0 2 453 131 125
Binary 11111010 10111001 11111011 0 11010 0 10 100101011 1011001 1010101

Color Harmonies of #FAB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB9FB

Black with #FAB9FB

Text Example


Text Example

White with #FAB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB9FB; }

 p { color: rgb(250,185,251); }

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

background-color css

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

 a { background-color: rgb(250,185,251); }

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

border-color css

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

 span { border-color: rgb(250,185,251); }

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