Html Css Color HEX #FBBFFC Snuff

📋 copy color: '#FBBFFC'

red 251 ◦ green 191 ◦ blue 252

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

Shades of Snuff #FBBFFC

Tints of Snuff #FBBFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 27.52%

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

R = 36.17%
G = 27.52%
B = 36.31%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBFFC (or 0xFBBFFC) is known color: Snuff. HEX triplet: FB, BF and FC. RGB value is (251,191,252). Sum of RGB (Red+Green+Blue) = 251+191+252=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFFC is #044003. Grayscale: #D7D7D7. Windows color (decimal): -278532 or 16564219. OLE color: 16564219.

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

Color convert

RGB 251 191 252 -
CMYK 0.00 0.24 0 0.01
HSL 299.02º 0.91% 0.87% -
HSV(B) 299.02º 0.24% 0.99% -
XYZ 75.99 64.8 100.6 -
YUV 215.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 251 191 252 0.00 0.24 0 0.01 299.02 0.91 0.87
Hex FB BF FC 0 18 0 1 12B 5B 57
Octal 373 277 374 0 30 0 1 453 133 127
Binary 11111011 10111111 11111100 0 11000 0 1 100101011 1011011 1010111

Color Harmonies of #FBBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFFC

Black with #FBBFFC

Text Example


Text Example

White with #FBBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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