#FD4CB8

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

Shades of Brilliant Rose #FD4CB8

Tints of Brilliant Rose #FD4CB8

Color information

#FD4CB8 (or 0xFD4CB8) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4C and B8. RGB value is (253,76,184). Sum of RGB (Red+Green+Blue) = 253+76+184=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CB8 is #02B347. Grayscale: #8C8C8C. Windows color (decimal): -176968 or 12078333. OLE color: 12078333.

HSL color Cylindrical-coordinate representation of color #FD4CB8: hue angle of 323.39º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4CB8 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB25376184-
CMYK00.700.270.01
HSL323.39º97.79%64.51%-
HSV(B)323.39º69.96%99.22%-
XYZ51.7429.5148.32-
YUV141.23152.14207.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 76 (30.08% from 255) = 14.81%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=49.32%
G=14.81%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537618400.700.270.01323.3997.7964.51
HexFD4CB80461B11436241
Octal3751142700106331503142101
Binary111111011001100101110000100011011011110100001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4CB8; }

 p { color: rgb(253,76,184); }

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

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

 a { background-color: rgb(253,76,184); }

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

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

 span { border-color: rgb(253,76,184); }

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