Html Css Color HEX #FBDEF6 Snuff

📋 copy color: '#FBDEF6'

red 251 ◦ green 222 ◦ blue 246

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

Shades of Snuff #FBDEF6

Tints of Snuff #FBDEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.88%

 BLUE value IS 246 (96.48% from 255) = 34.21%

R = 34.91%
G = 30.88%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBDEF6 (or 0xFBDEF6) is known color: Snuff. HEX triplet: FB, DE and F6. RGB value is (251,222,246). Sum of RGB (Red+Green+Blue) = 251+222+246=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF6 is #042109. Grayscale: #E9E9E9. Windows color (decimal): -270602 or 16178939. OLE color: 16178939.

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

Color convert

RGB 251 222 246 -
CMYK 0 0.12 0.02 0.02
HSL 310.34º 0.78% 0.93% -
HSV(B) 310.34º 0.12% 0.98% -
XYZ 82.54 79.41 98.17 -
YUV 233.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 251 222 246 0 0.12 0.02 0.02 310.34 0.78 0.93
Hex FB DE F6 0 C 2 2 136 4E 5D
Octal 373 336 366 0 14 2 2 466 116 135
Binary 11111011 11011110 11110110 0 1100 10 10 100110110 1001110 1011101

Color Harmonies of #FBDEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDEF6

Black with #FBDEF6

Text Example


Text Example

White with #FBDEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDEF6; }

 p { color: rgb(251,222,246); }

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

background-color css

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

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

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

border-color css

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

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

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