Html Css Color HEX #FABBF5 Lavender Rose

📋 copy color: '#FABBF5'

red 250 ◦ green 187 ◦ blue 245

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

Shades of Lavender Rose #FABBF5

Tints of Lavender Rose #FABBF5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.42%

 BLUE value IS 245 (96.09% from 255) = 35.92%

R = 36.66%
G = 27.42%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FABBF5 (or 0xFABBF5) is known color: Lavender Rose. HEX triplet: FA, BB and F5. RGB value is (250,187,245). Sum of RGB (Red+Green+Blue) = 250+187+245=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF5 is #05440A. Grayscale: #D4D4D4. Windows color (decimal): -345099 or 16104442. OLE color: 16104442.

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

Color convert

RGB 250 187 245 -
CMYK 0 0.25 0.02 0.02
HSL 304.76º 0.86% 0.86% -
HSV(B) 304.76º 0.25% 0.98% -
XYZ 73.68 62.46 94.56 -
YUV 212.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 250 187 245 0 0.25 0.02 0.02 304.76 0.86 0.86
Hex FA BB F5 0 19 2 2 131 56 56
Octal 372 273 365 0 31 2 2 461 126 126
Binary 11111010 10111011 11110101 0 11001 10 10 100110001 1010110 1010110

Color Harmonies of #FABBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBF5

Black with #FABBF5

Text Example


Text Example

White with #FABBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBF5; }

 p { color: rgb(250,187,245); }

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

background-color css

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

 a { background-color: rgb(250,187,245); }

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

border-color css

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

 span { border-color: rgb(250,187,245); }

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