Html Css Color HEX #FDBEFE Snuff

📋 copy color: '#FDBEFE'

red 253 ◦ green 190 ◦ blue 254

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

Shades of Snuff #FDBEFE

Tints of Snuff #FDBEFE

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 253 190 254 -
CMYK 0.00 0.25 0 0.00
HSL 299.06º 0.97% 0.87% -
HSV(B) 299.06º 0.25% 1% -
XYZ 76.81 64.87 102.24 -
YUV 216.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 253 190 254 0.00 0.25 0 0.00 299.06 0.97 0.87
Hex FD BE FE 0 19 0 0 12B 61 57
Octal 375 276 376 0 31 0 0 453 141 127
Binary 11111101 10111110 11111110 0 11001 0 0 100101011 1100001 1010111

Color Harmonies of #FDBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEFE

Black with #FDBEFE

Text Example


Text Example

White with #FDBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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