Html Css Color HEX #FBB6F9 Lavender Rose

📋 copy color: '#FBB6F9'

red 251 ◦ green 182 ◦ blue 249

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

Shades of Lavender Rose #FBB6F9

Tints of Lavender Rose #FBB6F9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.69%

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

R = 36.8%
G = 26.69%
B = 36.51%

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

#FBB6F9 (or 0xFBB6F9) is known color: Lavender Rose. HEX triplet: FB, B6 and F9. RGB value is (251,182,249). Sum of RGB (Red+Green+Blue) = 251+182+249=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F9 is #044906. Grayscale: #D2D2D2. Windows color (decimal): -280839 or 16365307. OLE color: 16365307.

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

Color convert

RGB 251 182 249 -
CMYK 0 0.27 0.01 0.02
HSL 301.74º 0.9% 0.85% -
HSV(B) 301.74º 0.27% 0.98% -
XYZ 73.61 60.8 97.48 -
YUV 210.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 251 182 249 0 0.27 0.01 0.02 301.74 0.9 0.85
Hex FB B6 F9 0 1B 1 2 12E 5A 55
Octal 373 266 371 0 33 1 2 456 132 125
Binary 11111011 10110110 11111001 0 11011 1 10 100101110 1011010 1010101

Color Harmonies of #FBB6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6F9

Black with #FBB6F9

Text Example


Text Example

White with #FBB6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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