Html Css Color HEX #FD329C Wild Strawberry

📋 copy color: '#FD329C'

red 253 ◦ green 50 ◦ blue 156

#FD329C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FD329C

Tints of Wild Strawberry #FD329C

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 value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD329C (or 0xFD329C) is known color: 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

RGB 253 50 156 -
CMYK 0 0.80 0.38 0.01
HSL 328.67º 0.98% 0.59% -
HSV(B) 328.67º 0.8% 0.99% -
XYZ 47.65 25.56 33.88 -
YUV 122.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 253 50 156 0 0.80 0.38 0.01 328.67 0.98 0.59
Hex FD 32 9C 0 50 26 1 149 62 3B
Octal 375 62 234 0 120 46 1 511 142 73
Binary 11111101 110010 10011100 0 1010000 100110 1 101001001 1100010 111011

Color Harmonies of #FD329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD329C

Black with #FD329C

Text Example


Text Example

White with #FD329C

Text Example


Text Example

HTML Codes & Css Web 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>