#FD5CAB

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

Shades of Brilliant Rose #FD5CAB

Tints of Brilliant Rose #FD5CAB

Color information

#FD5CAB (or 0xFD5CAB) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5C and AB. RGB value is (253,92,171). Sum of RGB (Red+Green+Blue) = 253+92+171=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CAB is #02A354. Grayscale: #949494. Windows color (decimal): -172885 or 11230461. OLE color: 11230461.

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

Color convert

RGB25392171-
CMYK00.640.320.01
HSL330.56º97.58%67.65%-
HSV(B)330.56º63.64%99.22%-
XYZ51.6931.4841.88-
YUV149.14140.34202.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=49.03%
G=17.83%
B=33.14%

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
Decimal2539217100.640.320.01330.5697.5867.65
HexFD5CAB04020114b6244
Octal3751342530100401513142104
Binary1111110110111001010101101000000100000110100101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CAB; }

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

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

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

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

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

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

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

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