Html Css Color HEX #FBBCFC Snuff

📋 copy color: '#FBBCFC'

red 251 ◦ green 188 ◦ blue 252

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

Shades of Snuff #FBBCFC

Tints of Snuff #FBBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.21%

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

R = 36.32%
G = 27.21%
B = 36.47%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBCFC (or 0xFBBCFC) is known color: Snuff. HEX triplet: FB, BC and FC. RGB value is (251,188,252). Sum of RGB (Red+Green+Blue) = 251+188+252=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCFC is #044303. Grayscale: #D5D5D5. Windows color (decimal): -279300 or 16563451. OLE color: 16563451.

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

Color convert

RGB 251 188 252 -
CMYK 0.00 0.25 0 0.01
HSL 299.06º 0.91% 0.86% -
HSV(B) 299.06º 0.25% 0.99% -
XYZ 75.34 63.5 100.38 -
YUV 214.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 251 188 252 0.00 0.25 0 0.01 299.06 0.91 0.86
Hex FB BC FC 0 19 0 1 12B 5B 56
Octal 373 274 374 0 31 0 1 453 133 126
Binary 11111011 10111100 11111100 0 11001 0 1 100101011 1011011 1010110

Color Harmonies of #FBBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBCFC

Black with #FBBCFC

Text Example


Text Example

White with #FBBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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