#FD329C

Color #FD329C Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FD329C

Tints of Wild Strawberry #FD329C

Color information

#FD329C (or 0xFD329C) is unknown color: approx Wild Strawberry. HEX triplet: FD, 32 and 9C. RGB value is (253,50,156). Sum of RGB (Red+Green+Blue) = 253+50+156=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD329C is #02CD63. Grayscale: #7A7A7A. Windows color (decimal): -183652 or 10236669. OLE color: 10236669.

HSL color Cylindrical-coordinate representation of color #FD329C: hue angle of 328.67º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD329C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB25350156-
CMYK00.800.380.01
HSL328.67º98.07%59.41%-
HSV(B)328.67º80.24%99.22%-
XYZ47.6525.5633.88-
YUV122.78146.75220.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.12%
GREEN value IS 50 (19.92% from 255) = 10.89%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=55.12%
G=10.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535015600.800.380.01328.6798.0759.41
HexFD329C050261149623b
Octal37562234012046151114273
Binary11111101110010100111000101000010011011010010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD329C; }

 p { color: rgb(253,50,156); }

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

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

 a { background-color: rgb(253,50,156); }

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

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

 span { border-color: rgb(253,50,156); }

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