Html Css Color HEX #FEBEFD Snuff

📋 copy color: '#FEBEFD'

red 254 ◦ green 190 ◦ blue 253

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

Shades of Snuff #FEBEFD

Tints of Snuff #FEBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.26%

 BLUE value IS 253 (99.22% from 255) = 36.3%

R = 36.44%
G = 27.26%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEBEFD (or 0xFEBEFD) is known color: Snuff. HEX triplet: FE, BE and FD. RGB value is (254,190,253). Sum of RGB (Red+Green+Blue) = 254+190+253=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 190 (74.61% from 255 or 27.26% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEFD is #014102. Grayscale: #D8D8D8. Windows color (decimal): -82179 or 16629502. OLE color: 16629502.

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

Color convert

RGB 254 190 253 -
CMYK 0 0.25 0.00 0.00
HSL 300.94º 0.97% 0.87% -
HSV(B) 300.94º 0.25% 1% -
XYZ 77.02 64.99 101.41 -
YUV 216.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 254 190 253 0 0.25 0.00 0.00 300.94 0.97 0.87
Hex FE BE FD 0 19 0 0 12D 61 57
Octal 376 276 375 0 31 0 0 455 141 127
Binary 11111110 10111110 11111101 0 11001 0 0 100101101 1100001 1010111

Color Harmonies of #FEBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEFD

Black with #FEBEFD

Text Example


Text Example

White with #FEBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEFD; }

 p { color: rgb(254,190,253); }

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

background-color css

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

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

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

border-color css

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

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

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