Html Css Color HEX #FBB6FA Lavender Rose

📋 copy color: '#FBB6FA'

red 251 ◦ green 182 ◦ blue 250

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

Shades of Lavender Rose #FBB6FA

Tints of Lavender Rose #FBB6FA

RGB

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

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

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

R = 36.75%
G = 26.65%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FBB6FA (or 0xFBB6FA) is known color: Lavender Rose. HEX triplet: FB, B6 and FA. RGB value is (251,182,250). Sum of RGB (Red+Green+Blue) = 251+182+250=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 182 (71.48% from 255 or 26.65% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6FA is #044905. Grayscale: #D2D2D2. Windows color (decimal): -280838 or 16430843. OLE color: 16430843.

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

Color convert

RGB 251 182 250 -
CMYK 0 0.27 0.00 0.02
HSL 300.87º 0.9% 0.85% -
HSV(B) 300.87º 0.27% 0.98% -
XYZ 73.77 60.87 98.3 -
YUV 210.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 251 182 250 0 0.27 0.00 0.02 300.87 0.9 0.85
Hex FB B6 FA 0 1B 0 2 12D 5A 55
Octal 373 266 372 0 33 0 2 455 132 125
Binary 11111011 10110110 11111010 0 11011 0 10 100101101 1011010 1010101

Color Harmonies of #FBB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6FA

Black with #FBB6FA

Text Example


Text Example

White with #FBB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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