Html Css Color HEX #FBB9F8 Lavender Rose

📋 copy color: '#FBB9F8'

red 251 ◦ green 185 ◦ blue 248

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

Shades of Lavender Rose #FBB9F8

Tints of Lavender Rose #FBB9F8

RGB

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

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

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

R = 36.7%
G = 27.05%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBB9F8 (or 0xFBB9F8) is known color: Lavender Rose. HEX triplet: FB, B9 and F8. RGB value is (251,185,248). Sum of RGB (Red+Green+Blue) = 251+185+248=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 185 (72.66% from 255 or 27.05% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F8 is #044607. Grayscale: #D3D3D3. Windows color (decimal): -280072 or 16300539. OLE color: 16300539.

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

Color convert

RGB 251 185 248 -
CMYK 0 0.26 0.01 0.02
HSL 302.73º 0.89% 0.85% -
HSV(B) 302.73º 0.26% 0.98% -
XYZ 74.08 61.98 96.87 -
YUV 211.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 251 185 248 0 0.26 0.01 0.02 302.73 0.89 0.85
Hex FB B9 F8 0 1A 1 2 12F 59 55
Octal 373 271 370 0 32 1 2 457 131 125
Binary 11111011 10111001 11111000 0 11010 1 10 100101111 1011001 1010101

Color Harmonies of #FBB9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9F8

Black with #FBB9F8

Text Example


Text Example

White with #FBB9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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