Html Css Color HEX #FBB5F0 Lavender Rose

📋 copy color: '#FBB5F0'

red 251 ◦ green 181 ◦ blue 240

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

Shades of Lavender Rose #FBB5F0

Tints of Lavender Rose #FBB5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.71%

R = 37.35%
G = 26.93%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBB5F0 (or 0xFBB5F0) is known color: Lavender Rose. HEX triplet: FB, B5 and F0. RGB value is (251,181,240). Sum of RGB (Red+Green+Blue) = 251+181+240=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F0 is #044A0F. Grayscale: #D0D0D0. Windows color (decimal): -281104 or 15775227. OLE color: 15775227.

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

Color convert

RGB 251 181 240 -
CMYK 0 0.28 0.04 0.02
HSL 309.43º 0.9% 0.85% -
HSV(B) 309.43º 0.28% 0.98% -
XYZ 72.04 59.85 90.19 -
YUV 208.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 251 181 240 0 0.28 0.04 0.02 309.43 0.9 0.85
Hex FB B5 F0 0 1C 4 2 135 5A 55
Octal 373 265 360 0 34 4 2 465 132 125
Binary 11111011 10110101 11110000 0 11100 100 10 100110101 1011010 1010101

Color Harmonies of #FBB5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB5F0

Black with #FBB5F0

Text Example


Text Example

White with #FBB5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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