Html Css Color HEX #FB299B Persian Rose

📋 copy color: '#FB299B'

red 251 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #FB299B

Tints of Persian Rose #FB299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.17%

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 56.15%
G = 9.17%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB299B (or 0xFB299B) is known color: Persian Rose. HEX triplet: FB, 29 and 9B. RGB value is (251,41,155). Sum of RGB (Red+Green+Blue) = 251+41+155=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB299B is #04D664. Grayscale: #747474. Windows color (decimal): -317029 or 10168827. OLE color: 10168827.

HSL color Cylindrical-coordinate representation of color #FB299B: hue angle of 327.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB299B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 155 -
CMYK 0 0.84 0.38 0.02
HSL 327.43º 0.96% 0.57% -
HSV(B) 327.43º 0.84% 0.98% -
XYZ 46.49 24.46 33.28 -
YUV 116.79 149.57 223.73 -
System Red Green Blue C M Y K H S L
Decimal 251 41 155 0 0.84 0.38 0.02 327.43 0.96 0.57
Hex FB 29 9B 0 54 26 2 147 60 39
Octal 373 51 233 0 124 46 2 507 140 71
Binary 11111011 101001 10011011 0 1010100 100110 10 101000111 1100000 111001

Color Harmonies of #FB299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB299B

Black with #FB299B

Text Example


Text Example

White with #FB299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB299B; }

 p { color: rgb(251,41,155); }

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

background-color css

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

 a { background-color: rgb(251,41,155); }

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

border-color css

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

 span { border-color: rgb(251,41,155); }

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