Html Css Color HEX #FBBBFC Snuff

📋 copy color: '#FBBBFC'

red 251 ◦ green 187 ◦ blue 252

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

Shades of Snuff #FBBBFC

Tints of Snuff #FBBBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.1%

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

R = 36.38%
G = 27.1%
B = 36.52%

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

#FBBBFC (or 0xFBBBFC) is known color: Snuff. HEX triplet: FB, BB and FC. RGB value is (251,187,252). Sum of RGB (Red+Green+Blue) = 251+187+252=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBFC is #044403. Grayscale: #D5D5D5. Windows color (decimal): -279556 or 16563195. OLE color: 16563195.

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

Color convert

RGB 251 187 252 -
CMYK 0.00 0.26 0 0.01
HSL 299.08º 0.92% 0.86% -
HSV(B) 299.08º 0.26% 0.99% -
XYZ 75.12 63.08 100.31 -
YUV 213.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 251 187 252 0.00 0.26 0 0.01 299.08 0.92 0.86
Hex FB BB FC 0 1A 0 1 12B 5C 56
Octal 373 273 374 0 32 0 1 453 134 126
Binary 11111011 10111011 11111100 0 11010 0 1 100101011 1011100 1010110

Color Harmonies of #FBBBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBFC

Black with #FBBBFC

Text Example


Text Example

White with #FBBBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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