Html Css Color HEX #FD328B Wild Strawberry

📋 copy color: '#FD328B'

red 253 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #FD328B

Tints of Wild Strawberry #FD328B

RGB

 RED value IS 253 (99.22% from 255) = 57.24%

 GREEN value IS 50 (19.92% from 255) = 11.31%

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 57.24%
G = 11.31%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD328B (or 0xFD328B) is known color: Wild Strawberry. HEX triplet: FD, 32 and 8B. RGB value is (253,50,139). Sum of RGB (Red+Green+Blue) = 253+50+139=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD328B is #02CD74. Grayscale: #787878. Windows color (decimal): -183669 or 9122557. OLE color: 9122557.

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

Color convert

RGB 253 50 139 -
CMYK 0 0.80 0.45 0.01
HSL 333.69º 0.98% 0.59% -
HSV(B) 333.69º 0.8% 0.99% -
XYZ 46.31 25.03 26.82 -
YUV 120.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 253 50 139 0 0.80 0.45 0.01 333.69 0.98 0.59
Hex FD 32 8B 0 50 2D 1 14E 62 3B
Octal 375 62 213 0 120 55 1 516 142 73
Binary 11111101 110010 10001011 0 1010000 101101 1 101001110 1100010 111011

Color Harmonies of #FD328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD328B

Black with #FD328B

Text Example


Text Example

White with #FD328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD328B; }

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

 H1.HeaderClassName
 {
   color: #FD328B;
 }
 .AnyTagClassName
 {
   color: #FD328B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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