Html Css Color HEX #FEBFFB Snuff

📋 copy color: '#FEBFFB'

red 254 ◦ green 191 ◦ blue 251

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

Shades of Snuff #FEBFFB

Tints of Snuff #FEBFFB

RGB

 RED value IS 254 (99.61% from 255) = 36.49%

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

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

R = 36.49%
G = 27.44%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEBFFB (or 0xFEBFFB) is known color: Snuff. HEX triplet: FE, BF and FB. RGB value is (254,191,251). Sum of RGB (Red+Green+Blue) = 254+191+251=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFB is #014004. Grayscale: #D8D8D8. Windows color (decimal): -81925 or 16498686. OLE color: 16498686.

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

Color convert

RGB 254 191 251 -
CMYK 0 0.25 0.01 0.00
HSL 302.86º 0.97% 0.87% -
HSV(B) 302.86º 0.25% 1% -
XYZ 76.92 65.3 99.82 -
YUV 216.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 254 191 251 0 0.25 0.01 0.00 302.86 0.97 0.87
Hex FE BF FB 0 19 1 0 12F 61 57
Octal 376 277 373 0 31 1 0 457 141 127
Binary 11111110 10111111 11111011 0 11001 1 0 100101111 1100001 1010111

Color Harmonies of #FEBFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFFB

Black with #FEBFFB

Text Example


Text Example

White with #FEBFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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