Html Css Color HEX #FBB5F8 Lavender Rose

📋 copy color: '#FBB5F8'

red 251 ◦ green 181 ◦ blue 248

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

Shades of Lavender Rose #FBB5F8

Tints of Lavender Rose #FBB5F8

RGB

 RED value IS 251 (98.44% from 255) = 36.91%

 GREEN value IS 181 (71.09% from 255) = 26.62%

 BLUE value IS 248 (97.27% from 255) = 36.47%

R = 36.91%
G = 26.62%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBB5F8 (or 0xFBB5F8) is known color: Lavender Rose. HEX triplet: FB, B5 and F8. RGB value is (251,181,248). Sum of RGB (Red+Green+Blue) = 251+181+248=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 181 (71.09% from 255 or 26.62% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F8 is #044A07. Grayscale: #D1D1D1. Windows color (decimal): -281096 or 16299515. OLE color: 16299515.

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

Color convert

RGB 251 181 248 -
CMYK 0 0.28 0.01 0.02
HSL 302.57º 0.9% 0.85% -
HSV(B) 302.57º 0.28% 0.98% -
XYZ 73.25 60.33 96.59 -
YUV 209.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 251 181 248 0 0.28 0.01 0.02 302.57 0.9 0.85
Hex FB B5 F8 0 1C 1 2 12F 5A 55
Octal 373 265 370 0 34 1 2 457 132 125
Binary 11111011 10110101 11111000 0 11100 1 10 100101111 1011010 1010101

Color Harmonies of #FBB5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5F8

Black with #FBB5F8

Text Example


Text Example

White with #FBB5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5F8; }

 p { color: rgb(251,181,248); }

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

background-color css

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

 a { background-color: rgb(251,181,248); }

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

border-color css

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

 span { border-color: rgb(251,181,248); }

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