#FD5CAC

Color #FD5CAC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FD5CAC

Tints of Brilliant Rose #FD5CAC

Color information

#FD5CAC (or 0xFD5CAC) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5C and AC. RGB value is (253,92,172). Sum of RGB (Red+Green+Blue) = 253+92+172=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CAC is #02A353. Grayscale: #959595. Windows color (decimal): -172884 or 11295997. OLE color: 11295997.

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

Color convert

RGB25392172-
CMYK00.640.320.01
HSL330.19º97.58%67.65%-
HSV(B)330.19º63.64%99.22%-
XYZ51.7831.5242.38-
YUV149.26140.84202-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 92 (36.33% from 255) = 17.79%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=48.94%
G=17.79%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539217200.640.320.01330.1997.5867.65
HexFD5CAC04020114a6244
Octal3751342540100401512142104
Binary1111110110111001010110001000000100000110100101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CAC; }

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

 H1.HeaderClassName
 {
   color: #FD5CAC;
 }
 .AnyTagClassName
 {
   color: #FD5CAC;
 }
</style>
background-color css

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

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

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

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

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

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