Html Css Color HEX #FBBDFC Snuff

📋 copy color: '#FBBDFC'

red 251 ◦ green 189 ◦ blue 252

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

Shades of Snuff #FBBDFC

Tints of Snuff #FBBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.31%

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

R = 36.27%
G = 27.31%
B = 36.42%

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

#FBBDFC (or 0xFBBDFC) is known color: Snuff. HEX triplet: FB, BD and FC. RGB value is (251,189,252). Sum of RGB (Red+Green+Blue) = 251+189+252=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 189 (74.22% from 255 or 27.31% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFC is #044203. Grayscale: #D6D6D6. Windows color (decimal): -279044 or 16563707. OLE color: 16563707.

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

Color convert

RGB 251 189 252 -
CMYK 0.00 0.25 0 0.01
HSL 299.05º 0.91% 0.86% -
HSV(B) 299.05º 0.25% 0.99% -
XYZ 75.55 63.93 100.45 -
YUV 214.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 251 189 252 0.00 0.25 0 0.01 299.05 0.91 0.86
Hex FB BD FC 0 19 0 1 12B 5B 56
Octal 373 275 374 0 31 0 1 453 133 126
Binary 11111011 10111101 11111100 0 11001 0 1 100101011 1011011 1010110

Color Harmonies of #FBBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDFC

Black with #FBBDFC

Text Example


Text Example

White with #FBBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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