Html Css Color HEX #FFBEFE Snuff

📋 copy color: '#FFBEFE'

red 255 ◦ green 190 ◦ blue 254

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

Shades of Snuff #FFBEFE

Tints of Snuff #FFBEFE

RGB

 RED value IS 255 (100% from 255) = 36.48%

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

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

R = 36.48%
G = 27.18%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFBEFE (or 0xFFBEFE) is known color: Snuff. HEX triplet: FF, BE and FE. RGB value is (255,190,254). Sum of RGB (Red+Green+Blue) = 255+190+254=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 190 (74.61% from 255 or 27.18% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFE is #004101. Grayscale: #D8D8D8. Windows color (decimal): -16642 or 16695039. OLE color: 16695039.

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

Color convert

RGB 255 190 254 -
CMYK 0 0.25 0.00 0
HSL 300.92º 1% 0.87% -
HSV(B) 300.92º 0.25% 1% -
XYZ 77.54 65.24 102.27 -
YUV 216.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 255 190 254 0 0.25 0.00 0 300.92 1 0.87
Hex FF BE FE 0 19 0 0 12D 64 57
Octal 377 276 376 0 31 0 0 455 144 127
Binary 11111111 10111110 11111110 0 11001 0 0 100101101 1100100 1010111

Color Harmonies of #FFBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEFE

Black with #FFBEFE

Text Example


Text Example

White with #FFBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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