Html Css Color HEX #FBBDFD Snuff

📋 copy color: '#FBBDFD'

red 251 ◦ green 189 ◦ blue 253

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

Shades of Snuff #FBBDFD

Tints of Snuff #FBBDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.51%

R = 36.22%
G = 27.27%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBDFD (or 0xFBBDFD) is known color: Snuff. HEX triplet: FB, BD and FD. RGB value is (251,189,253). Sum of RGB (Red+Green+Blue) = 251+189+253=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFD is #044202. Grayscale: #D6D6D6. Windows color (decimal): -279043 or 16629243. OLE color: 16629243.

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

Color convert

RGB 251 189 253 -
CMYK 0.01 0.25 0 0.01
HSL 298.13º 0.94% 0.87% -
HSV(B) 298.13º 0.25% 0.99% -
XYZ 75.71 64 101.29 -
YUV 214.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 251 189 253 0.01 0.25 0 0.01 298.13 0.94 0.87
Hex FB BD FD 1 19 0 1 12A 5E 57
Octal 373 275 375 1 31 0 1 452 136 127
Binary 11111011 10111101 11111101 1 11001 0 1 100101010 1011110 1010111

Color Harmonies of #FBBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDFD

Black with #FBBDFD

Text Example


Text Example

White with #FBBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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