Html Css Color HEX #FBB9FA Lavender Rose

📋 copy color: '#FBB9FA'

red 251 ◦ green 185 ◦ blue 250

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

Shades of Lavender Rose #FBB9FA

Tints of Lavender Rose #FBB9FA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 251 185 250 -
CMYK 0 0.26 0.00 0.02
HSL 300.91º 0.89% 0.85% -
HSV(B) 300.91º 0.26% 0.98% -
XYZ 74.39 62.11 98.51 -
YUV 212.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 251 185 250 0 0.26 0.00 0.02 300.91 0.89 0.85
Hex FB B9 FA 0 1A 0 2 12D 59 55
Octal 373 271 372 0 32 0 2 455 131 125
Binary 11111011 10111001 11111010 0 11010 0 10 100101101 1011001 1010101

Color Harmonies of #FBB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9FA

Black with #FBB9FA

Text Example


Text Example

White with #FBB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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