Html Css Color HEX #FD0CAB Spicy Pink

📋 copy color: '#FD0CAB'

red 253 ◦ green 12 ◦ blue 171

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

Shades of Spicy Pink #FD0CAB

Tints of Spicy Pink #FD0CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 58.03%
G = 2.75%
B = 39.22%

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

#FD0CAB (or 0xFD0CAB) is known color: Spicy Pink. HEX triplet: FD, 0C and AB. RGB value is (253,12,171). Sum of RGB (Red+Green+Blue) = 253+12+171=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0CAB is #02F354. Grayscale: #656565. Windows color (decimal): -193365 or 11209981. OLE color: 11209981.

HSL color Cylindrical-coordinate representation of color #FD0CAB: hue angle of 320.41º 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 #FD0CAB is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 12 171 -
CMYK 0 0.95 0.32 0.01
HSL 320.41º 0.98% 0.52% -
HSV(B) 320.41º 0.95% 0.99% -
XYZ 47.99 24.09 40.65 -
YUV 102.19 166.84 235.57 -
System Red Green Blue C M Y K H S L
Decimal 253 12 171 0 0.95 0.32 0.01 320.41 0.98 0.52
Hex FD C AB 0 5F 20 1 140 62 34
Octal 375 14 253 0 137 40 1 500 142 64
Binary 11111101 1100 10101011 0 1011111 100000 1 101000000 1100010 110100

Color Harmonies of #FD0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0CAB

Black with #FD0CAB

Text Example


Text Example

White with #FD0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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