Html Css Color HEX #FB328B Wild Strawberry

📋 copy color: '#FB328B'

red 251 ◦ green 50 ◦ blue 139

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

Shades of Wild Strawberry #FB328B

Tints of Wild Strawberry #FB328B

RGB

 RED value IS 251 (98.44% from 255) = 57.05%

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

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

R = 57.05%
G = 11.36%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB328B (or 0xFB328B) is known color: Wild Strawberry. HEX triplet: FB, 32 and 8B. RGB value is (251,50,139). Sum of RGB (Red+Green+Blue) = 251+50+139=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB328B is #04CD74. Grayscale: #787878. Windows color (decimal): -314741 or 9122555. OLE color: 9122555.

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

Color convert

RGB 251 50 139 -
CMYK 0 0.80 0.45 0.02
HSL 333.43º 0.96% 0.59% -
HSV(B) 333.43º 0.8% 0.98% -
XYZ 45.58 24.65 26.78 -
YUV 120.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 251 50 139 0 0.80 0.45 0.02 333.43 0.96 0.59
Hex FB 32 8B 0 50 2D 2 14D 60 3B
Octal 373 62 213 0 120 55 2 515 140 73
Binary 11111011 110010 10001011 0 1010000 101101 10 101001101 1100000 111011

Color Harmonies of #FB328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB328B

Black with #FB328B

Text Example


Text Example

White with #FB328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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