Html Css Color HEX #FEBFFE Snuff

📋 copy color: '#FEBFFE'

red 254 ◦ green 191 ◦ blue 254

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

Shades of Snuff #FEBFFE

Tints of Snuff #FEBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 36.34%
G = 27.32%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEBFFE (or 0xFEBFFE) is known color: Snuff. HEX triplet: FE, BF and FE. RGB value is (254,191,254). Sum of RGB (Red+Green+Blue) = 254+191+254=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 191 (75% from 255 or 27.32% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFE is #014001. Grayscale: #D8D8D8. Windows color (decimal): -81922 or 16695294. OLE color: 16695294.

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

Color convert

RGB 254 191 254 -
CMYK 0 0.25 0 0.00
HSL 300º 0.97% 0.87% -
HSV(B) 300º 0.25% 1% -
XYZ 77.39 65.49 102.33 -
YUV 217.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 254 191 254 0 0.25 0 0.00 300 0.97 0.87
Hex FE BF FE 0 19 0 0 12C 61 57
Octal 376 277 376 0 31 0 0 454 141 127
Binary 11111110 10111111 11111110 0 11001 0 0 100101100 1100001 1010111

Color Harmonies of #FEBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFFE

Black with #FEBFFE

Text Example


Text Example

White with #FEBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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