Html Css Color HEX #FBB6FC Lavender Rose

📋 copy color: '#FBB6FC'

red 251 ◦ green 182 ◦ blue 252

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

Shades of Lavender Rose #FBB6FC

Tints of Lavender Rose #FBB6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 36.64%
G = 26.57%
B = 36.79%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBB6FC (or 0xFBB6FC) is known color: Lavender Rose. HEX triplet: FB, B6 and FC. RGB value is (251,182,252). Sum of RGB (Red+Green+Blue) = 251+182+252=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 182 (71.48% from 255 or 26.57% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBB6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6FC is #044903. Grayscale: #D2D2D2. Windows color (decimal): -280836 or 16561915. OLE color: 16561915.

HSL color Cylindrical-coordinate representation of color #FBB6FC: hue angle of 299.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB6FC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 182 252 -
CMYK 0.00 0.28 0 0.01
HSL 299.14º 0.92% 0.85% -
HSV(B) 299.14º 0.28% 0.99% -
XYZ 74.08 60.99 99.96 -
YUV 210.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 251 182 252 0.00 0.28 0 0.01 299.14 0.92 0.85
Hex FB B6 FC 0 1C 0 1 12B 5C 55
Octal 373 266 374 0 34 0 1 453 134 125
Binary 11111011 10110110 11111100 0 11100 0 1 100101011 1011100 1010101

Color Harmonies of #FBB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6FC

Black with #FBB6FC

Text Example


Text Example

White with #FBB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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