#FD5CAD

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

Shades of Brilliant Rose #FD5CAD

Tints of Brilliant Rose #FD5CAD

Color information

#FD5CAD (or 0xFD5CAD) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5C and AD. RGB value is (253,92,173). Sum of RGB (Red+Green+Blue) = 253+92+173=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CAD is #02A352. Grayscale: #959595. Windows color (decimal): -172883 or 11361533. OLE color: 11361533.

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

Color convert

RGB25392173-
CMYK00.640.320.01
HSL329.81º97.58%67.65%-
HSV(B)329.81º63.64%99.22%-
XYZ51.8831.5542.89-
YUV149.37141.34201.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=48.84%
G=17.76%
B=33.40%

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
Decimal2539217300.640.320.01329.8197.5867.65
HexFD5CAD04020114a6244
Octal3751342550100401512142104
Binary1111110110111001010110101000000100000110100101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CAD; }

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

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

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

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

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

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

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

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