Html Css Color HEX #FBBAFC Lavender Rose

📋 copy color: '#FBBAFC'

red 251 ◦ green 186 ◦ blue 252

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

Shades of Lavender Rose #FBBAFC

Tints of Lavender Rose #FBBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27%

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

R = 36.43%
G = 27%
B = 36.57%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBAFC (or 0xFBBAFC) is known color: Lavender Rose. HEX triplet: FB, BA and FC. RGB value is (251,186,252). Sum of RGB (Red+Green+Blue) = 251+186+252=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFC is #044503. Grayscale: #D4D4D4. Windows color (decimal): -279812 or 16562939. OLE color: 16562939.

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

Color convert

RGB 251 186 252 -
CMYK 0.00 0.26 0 0.01
HSL 299.09º 0.92% 0.86% -
HSV(B) 299.09º 0.26% 0.99% -
XYZ 74.91 62.66 100.24 -
YUV 212.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 251 186 252 0.00 0.26 0 0.01 299.09 0.92 0.86
Hex FB BA FC 0 1A 0 1 12B 5C 56
Octal 373 272 374 0 32 0 1 453 134 126
Binary 11111011 10111010 11111100 0 11010 0 1 100101011 1011100 1010110

Color Harmonies of #FBBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAFC

Black with #FBBAFC

Text Example


Text Example

White with #FBBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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