Html Css Color HEX #FD29BA Spicy Pink

📋 copy color: '#FD29BA'

red 253 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #FD29BA

Tints of Spicy Pink #FD29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.54%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 52.71%
G = 8.54%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD29BA (or 0xFD29BA) is known color: Spicy Pink. HEX triplet: FD, 29 and BA. RGB value is (253,41,186). Sum of RGB (Red+Green+Blue) = 253+41+186=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29BA is #02D645. Grayscale: #787878. Windows color (decimal): -185926 or 12200445. OLE color: 12200445.

HSL color Cylindrical-coordinate representation of color #FD29BA: hue angle of 318.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD29BA is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 186 -
CMYK 0 0.84 0.26 0.01
HSL 318.96º 0.98% 0.58% -
HSV(B) 318.96º 0.84% 0.99% -
XYZ 50.16 26.01 48.83 -
YUV 120.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 253 41 186 0 0.84 0.26 0.01 318.96 0.98 0.58
Hex FD 29 BA 0 54 1A 1 13F 62 3A
Octal 375 51 272 0 124 32 1 477 142 72
Binary 11111101 101001 10111010 0 1010100 11010 1 100111111 1100010 111010

Color Harmonies of #FD29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29BA

Black with #FD29BA

Text Example


Text Example

White with #FD29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29BA; }

 p { color: rgb(253,41,186); }

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

background-color css

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

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

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

border-color css

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

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

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