Html Css Color HEX #FDBFFB Snuff

📋 copy color: '#FDBFFB'

red 253 ◦ green 191 ◦ blue 251

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

Shades of Snuff #FDBFFB

Tints of Snuff #FDBFFB

RGB

 RED value IS 253 (99.22% from 255) = 36.4%

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

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

R = 36.4%
G = 27.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDBFFB (or 0xFDBFFB) is known color: Snuff. HEX triplet: FD, BF and FB. RGB value is (253,191,251). Sum of RGB (Red+Green+Blue) = 253+191+251=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFB is #024004. Grayscale: #D8D8D8. Windows color (decimal): -147461 or 16498685. OLE color: 16498685.

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

Color convert

RGB 253 191 251 -
CMYK 0 0.25 0.01 0.01
HSL 301.94º 0.94% 0.87% -
HSV(B) 301.94º 0.25% 0.99% -
XYZ 76.55 65.11 99.8 -
YUV 216.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 253 191 251 0 0.25 0.01 0.01 301.94 0.94 0.87
Hex FD BF FB 0 19 1 1 12E 5E 57
Octal 375 277 373 0 31 1 1 456 136 127
Binary 11111101 10111111 11111011 0 11001 1 1 100101110 1011110 1010111

Color Harmonies of #FDBFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFFB

Black with #FDBFFB

Text Example


Text Example

White with #FDBFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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