Html Css Color HEX #FDBDFD Snuff

📋 copy color: '#FDBDFD'

red 253 ◦ green 189 ◦ blue 253

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

Shades of Snuff #FDBDFD

Tints of Snuff #FDBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.19%

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

R = 36.4%
G = 27.19%
B = 36.4%

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

#FDBDFD (or 0xFDBDFD) is known color: Snuff. HEX triplet: FD, BD and FD. RGB value is (253,189,253). Sum of RGB (Red+Green+Blue) = 253+189+253=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 189 (74.22% from 255 or 27.19% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDFD is #024202. Grayscale: #D7D7D7. Windows color (decimal): -147971 or 16629245. OLE color: 16629245.

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

Color convert

RGB 253 189 253 -
CMYK 0 0.25 0 0.01
HSL 300º 0.94% 0.87% -
HSV(B) 300º 0.25% 0.99% -
XYZ 76.44 64.37 101.32 -
YUV 215.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 253 189 253 0 0.25 0 0.01 300 0.94 0.87
Hex FD BD FD 0 19 0 1 12C 5E 57
Octal 375 275 375 0 31 0 1 454 136 127
Binary 11111101 10111101 11111101 0 11001 0 1 100101100 1011110 1010111

Color Harmonies of #FDBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDFD

Black with #FDBDFD

Text Example


Text Example

White with #FDBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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