Html Css Color HEX #FBB8F9 Lavender Rose

📋 copy color: '#FBB8F9'

red 251 ◦ green 184 ◦ blue 249

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

Shades of Lavender Rose #FBB8F9

Tints of Lavender Rose #FBB8F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.4%

R = 36.7%
G = 26.9%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBB8F9 (or 0xFBB8F9) is known color: Lavender Rose. HEX triplet: FB, B8 and F9. RGB value is (251,184,249). Sum of RGB (Red+Green+Blue) = 251+184+249=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F9 is #044706. Grayscale: #D3D3D3. Windows color (decimal): -280327 or 16365819. OLE color: 16365819.

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

Color convert

RGB 251 184 249 -
CMYK 0 0.27 0.01 0.02
HSL 301.79º 0.89% 0.85% -
HSV(B) 301.79º 0.27% 0.98% -
XYZ 74.02 61.63 97.62 -
YUV 211.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 251 184 249 0 0.27 0.01 0.02 301.79 0.89 0.85
Hex FB B8 F9 0 1B 1 2 12E 59 55
Octal 373 270 371 0 33 1 2 456 131 125
Binary 11111011 10111000 11111001 0 11011 1 10 100101110 1011001 1010101

Color Harmonies of #FBB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8F9

Black with #FBB8F9

Text Example


Text Example

White with #FBB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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