Html Css Color HEX #FD0CAC Spicy Pink

📋 copy color: '#FD0CAC'

red 253 ◦ green 12 ◦ blue 172

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

Shades of Spicy Pink #FD0CAC

Tints of Spicy Pink #FD0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 57.89%
G = 2.75%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD0CAC (or 0xFD0CAC) is known color: Spicy Pink. HEX triplet: FD, 0C and AC. RGB value is (253,12,172). Sum of RGB (Red+Green+Blue) = 253+12+172=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0CAC is #02F353. Grayscale: #656565. Windows color (decimal): -193364 or 11275517. OLE color: 11275517.

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

Color convert

RGB 253 12 172 -
CMYK 0 0.95 0.32 0.01
HSL 320.17º 0.98% 0.52% -
HSV(B) 320.17º 0.95% 0.99% -
XYZ 48.09 24.12 41.15 -
YUV 102.3 167.34 235.49 -
System Red Green Blue C M Y K H S L
Decimal 253 12 172 0 0.95 0.32 0.01 320.17 0.98 0.52
Hex FD C AC 0 5F 20 1 140 62 34
Octal 375 14 254 0 137 40 1 500 142 64
Binary 11111101 1100 10101100 0 1011111 100000 1 101000000 1100010 110100

Color Harmonies of #FD0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CAC

Black with #FD0CAC

Text Example


Text Example

White with #FD0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CAC; }

 p { color: rgb(253,12,172); }

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

background-color css

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

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

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

border-color css

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

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

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