Html Css Color HEX #FEBDFE Snuff

📋 copy color: '#FEBDFE'

red 254 ◦ green 189 ◦ blue 254

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

Shades of Snuff #FEBDFE

Tints of Snuff #FEBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.12%

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

R = 36.44%
G = 27.12%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEBDFE (or 0xFEBDFE) is known color: Snuff. HEX triplet: FE, BD and FE. RGB value is (254,189,254). Sum of RGB (Red+Green+Blue) = 254+189+254=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 189 (74.22% from 255 or 27.12% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEBDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFE is #014201. Grayscale: #D7D7D7. Windows color (decimal): -82434 or 16694782. OLE color: 16694782.

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

Color convert

RGB 254 189 254 -
CMYK 0 0.26 0 0.00
HSL 300º 0.97% 0.87% -
HSV(B) 300º 0.26% 1% -
XYZ 76.96 64.62 102.18 -
YUV 215.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 254 189 254 0 0.26 0 0.00 300 0.97 0.87
Hex FE BD FE 0 1A 0 0 12C 61 57
Octal 376 275 376 0 32 0 0 454 141 127
Binary 11111110 10111101 11111110 0 11010 0 0 100101100 1100001 1010111

Color Harmonies of #FEBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDFE

Black with #FEBDFE

Text Example


Text Example

White with #FEBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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