Html Css Color HEX #FBBDFB Snuff

📋 copy color: '#FBBDFB'

red 251 ◦ green 189 ◦ blue 251

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

Shades of Snuff #FBBDFB

Tints of Snuff #FBBDFB

RGB

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

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

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

R = 36.32%
G = 27.35%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBBDFB (or 0xFBBDFB) is known color: Snuff. HEX triplet: FB, BD and FB. RGB value is (251,189,251). Sum of RGB (Red+Green+Blue) = 251+189+251=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFB is #044204. Grayscale: #D6D6D6. Windows color (decimal): -279045 or 16498171. OLE color: 16498171.

HSL color Cylindrical-coordinate representation of color #FBBDFB: hue angle of 300º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDFB is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 189 251 -
CMYK 0 0.25 0 0.02
HSL 300º 0.89% 0.86% -
HSV(B) 300º 0.25% 0.98% -
XYZ 75.39 63.87 99.62 -
YUV 214.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 251 189 251 0 0.25 0 0.02 300 0.89 0.86
Hex FB BD FB 0 19 0 2 12C 59 56
Octal 373 275 373 0 31 0 2 454 131 126
Binary 11111011 10111101 11111011 0 11001 0 10 100101100 1011001 1010110

Color Harmonies of #FBBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDFB

Black with #FBBDFB

Text Example


Text Example

White with #FBBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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