Html Css Color HEX #FD1CAE Spicy Pink

📋 copy color: '#FD1CAE'

red 253 ◦ green 28 ◦ blue 174

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

Shades of Spicy Pink #FD1CAE

Tints of Spicy Pink #FD1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.15%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 55.6%
G = 6.15%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD1CAE (or 0xFD1CAE) is known color: Spicy Pink. HEX triplet: FD, 1C and AE. RGB value is (253,28,174). Sum of RGB (Red+Green+Blue) = 253+28+174=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1CAE is #02E351. Grayscale: #6F6F6F. Windows color (decimal): -189266 or 11410685. OLE color: 11410685.

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

Color convert

RGB 253 28 174 -
CMYK 0 0.89 0.31 0.01
HSL 321.07º 0.98% 0.55% -
HSV(B) 321.07º 0.89% 0.99% -
XYZ 48.56 24.77 42.27 -
YUV 111.92 163.04 228.63 -
System Red Green Blue C M Y K H S L
Decimal 253 28 174 0 0.89 0.31 0.01 321.07 0.98 0.55
Hex FD 1C AE 0 59 1F 1 141 62 37
Octal 375 34 256 0 131 37 1 501 142 67
Binary 11111101 11100 10101110 0 1011001 11111 1 101000001 1100010 110111

Color Harmonies of #FD1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CAE

Black with #FD1CAE

Text Example


Text Example

White with #FD1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CAE; }

 p { color: rgb(253,28,174); }

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

background-color css

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

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

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

border-color css

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

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

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