Html Css Color HEX #FD8DFD Fuchsia Pink

📋 copy color: '#FD8DFD'

red 253 ◦ green 141 ◦ blue 253

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

Shades of Fuchsia Pink #FD8DFD

Tints of Fuchsia Pink #FD8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 21.79%

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

R = 39.1%
G = 21.79%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD8DFD (or 0xFD8DFD) is known color: Fuchsia Pink. HEX triplet: FD, 8D and FD. RGB value is (253,141,253). Sum of RGB (Red+Green+Blue) = 253+141+253=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 141 (55.47% from 255 or 21.79% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8DFD is #027202. Grayscale: #BABABA. Windows color (decimal): -160259 or 16616957. OLE color: 16616957.

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

Color convert

RGB 253 141 253 -
CMYK 0 0.44 0 0.01
HSL 300º 0.97% 0.77% -
HSV(B) 300º 0.44% 0.99% -
XYZ 67.76 47.02 98.43 -
YUV 187.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 253 141 253 0 0.44 0 0.01 300 0.97 0.77
Hex FD 8D FD 0 2C 0 1 12C 61 4D
Octal 375 215 375 0 54 0 1 454 141 115
Binary 11111101 10001101 11111101 0 101100 0 1 100101100 1100001 1001101

Color Harmonies of #FD8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8DFD

Black with #FD8DFD

Text Example


Text Example

White with #FD8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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