#FD3CB6

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

Shades of Razzle Dazzle Rose #FD3CB6

Tints of Razzle Dazzle Rose #FD3CB6

Color information

#FD3CB6 (or 0xFD3CB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3C and B6. RGB value is (253,60,182). Sum of RGB (Red+Green+Blue) = 253+60+182=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3CB6 is #02C349. Grayscale: #838383. Windows color (decimal): -181066 or 11943165. OLE color: 11943165.

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

Color convert

RGB25360182-
CMYK00.760.280.01
HSL322.07º97.97%61.37%-
HSV(B)322.07º76.28%99.22%-
XYZ50.5727.4946.9-
YUV131.61156.44214.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.11%
GREEN value IS 60 (23.83% from 255) = 12.12%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=51.11%
G=12.12%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536018200.760.280.01322.0797.9761.37
HexFD3CB604C1C1142623d
Octal37574266011434150214275
Binary1111110111110010110110010011001110011010000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3CB6; }

 p { color: rgb(253,60,182); }

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

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

 a { background-color: rgb(253,60,182); }

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

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

 span { border-color: rgb(253,60,182); }

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