Html Css Color HEX #FBB8F5 Lavender Rose

📋 copy color: '#FBB8F5'

red 251 ◦ green 184 ◦ blue 245

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

Shades of Lavender Rose #FBB8F5

Tints of Lavender Rose #FBB8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.06%

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

R = 36.91%
G = 27.06%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBB8F5 (or 0xFBB8F5) is known color: Lavender Rose. HEX triplet: FB, B8 and F5. RGB value is (251,184,245). Sum of RGB (Red+Green+Blue) = 251+184+245=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F5 is #04470A. Grayscale: #D2D2D2. Windows color (decimal): -280331 or 16103675. OLE color: 16103675.

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

Color convert

RGB 251 184 245 -
CMYK 0 0.27 0.02 0.02
HSL 305.37º 0.89% 0.85% -
HSV(B) 305.37º 0.27% 0.98% -
XYZ 73.41 61.38 94.37 -
YUV 210.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 251 184 245 0 0.27 0.02 0.02 305.37 0.89 0.85
Hex FB B8 F5 0 1B 2 2 131 59 55
Octal 373 270 365 0 33 2 2 461 131 125
Binary 11111011 10111000 11110101 0 11011 10 10 100110001 1011001 1010101

Color Harmonies of #FBB8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8F5

Black with #FBB8F5

Text Example


Text Example

White with #FBB8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8F5; }

 p { color: rgb(251,184,245); }

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

background-color css

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

 a { background-color: rgb(251,184,245); }

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

border-color css

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

 span { border-color: rgb(251,184,245); }

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