Html Css Color HEX #FBD9F5 Snuff

📋 copy color: '#FBD9F5'

red 251 ◦ green 217 ◦ blue 245

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

Shades of Snuff #FBD9F5

Tints of Snuff #FBD9F5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.43%

 BLUE value IS 245 (96.09% from 255) = 34.36%

R = 35.2%
G = 30.43%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBD9F5 (or 0xFBD9F5) is known color: Snuff. HEX triplet: FB, D9 and F5. RGB value is (251,217,245). Sum of RGB (Red+Green+Blue) = 251+217+245=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F5 is #04260A. Grayscale: #E6E6E6. Windows color (decimal): -271883 or 16112123. OLE color: 16112123.

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

Color convert

RGB 251 217 245 -
CMYK 0 0.14 0.02 0.02
HSL 310.59º 0.81% 0.92% -
HSV(B) 310.59º 0.14% 0.98% -
XYZ 81.08 76.73 96.92 -
YUV 230.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 251 217 245 0 0.14 0.02 0.02 310.59 0.81 0.92
Hex FB D9 F5 0 E 2 2 137 51 5C
Octal 373 331 365 0 16 2 2 467 121 134
Binary 11111011 11011001 11110101 0 1110 10 10 100110111 1010001 1011100

Color Harmonies of #FBD9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9F5

Black with #FBD9F5

Text Example


Text Example

White with #FBD9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9F5; }

 p { color: rgb(251,217,245); }

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

background-color css

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

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

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

border-color css

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

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

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