Html Css Color HEX #FDBEFD Snuff

📋 copy color: '#FDBEFD'

red 253 ◦ green 190 ◦ blue 253

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

Shades of Snuff #FDBEFD

Tints of Snuff #FDBEFD

RGB

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

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

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

R = 36.35%
G = 27.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDBEFD (or 0xFDBEFD) is known color: Snuff. HEX triplet: FD, BE and FD. RGB value is (253,190,253). Sum of RGB (Red+Green+Blue) = 253+190+253=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 190 (74.61% from 255 or 27.30% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEFD is #024102. Grayscale: #D7D7D7. Windows color (decimal): -147715 or 16629501. OLE color: 16629501.

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

Color convert

RGB 253 190 253 -
CMYK 0 0.25 0 0.01
HSL 300º 0.94% 0.87% -
HSV(B) 300º 0.25% 0.99% -
XYZ 76.65 64.8 101.4 -
YUV 216.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 253 190 253 0 0.25 0 0.01 300 0.94 0.87
Hex FD BE FD 0 19 0 1 12C 5E 57
Octal 375 276 375 0 31 0 1 454 136 127
Binary 11111101 10111110 11111101 0 11001 0 1 100101100 1011110 1010111

Color Harmonies of #FDBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEFD

Black with #FDBEFD

Text Example


Text Example

White with #FDBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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