Html Css Color HEX #FFBEFF Snuff

📋 copy color: '#FFBEFF'

red 255 ◦ green 190 ◦ blue 255

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

Shades of Snuff #FFBEFF

Tints of Snuff #FFBEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.43%

R = 36.43%
G = 27.14%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFBEFF (or 0xFFBEFF) is known color: Snuff. HEX triplet: FF, BE and FF. RGB value is (255,190,255). Sum of RGB (Red+Green+Blue) = 255+190+255=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 190 (74.61% from 255 or 27.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEFF is #004100. Grayscale: #D8D8D8. Windows color (decimal): -16641 or 16760575. OLE color: 16760575.

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

Color convert

RGB 255 190 255 -
CMYK 0 0.25 0 0
HSL 300º 1% 0.87% -
HSV(B) 300º 0.25% 1% -
XYZ 77.7 65.31 103.12 -
YUV 216.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 255 190 255 0 0.25 0 0 300 1 0.87
Hex FF BE FF 0 19 0 0 12C 64 57
Octal 377 276 377 0 31 0 0 454 144 127
Binary 11111111 10111110 11111111 0 11001 0 0 100101100 1100100 1010111

Color Harmonies of #FFBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBEFF

Black with #FFBEFF

Text Example


Text Example

White with #FFBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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