Html Css Color HEX #FB29AA Persian Rose

📋 copy color: '#FB29AA'

red 251 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #FB29AA

Tints of Persian Rose #FB29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 54.33%
G = 8.87%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB29AA (or 0xFB29AA) is known color: Persian Rose. HEX triplet: FB, 29 and AA. RGB value is (251,41,170). Sum of RGB (Red+Green+Blue) = 251+41+170=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB29AA is #04D655. Grayscale: #767676. Windows color (decimal): -317014 or 11151867. OLE color: 11151867.

HSL color Cylindrical-coordinate representation of color #FB29AA: hue angle of 323.14º 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 #FB29AA is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 170 -
CMYK 0 0.84 0.32 0.02
HSL 323.14º 0.96% 0.57% -
HSV(B) 323.14º 0.84% 0.98% -
XYZ 47.83 25 40.33 -
YUV 118.5 157.07 222.51 -
System Red Green Blue C M Y K H S L
Decimal 251 41 170 0 0.84 0.32 0.02 323.14 0.96 0.57
Hex FB 29 AA 0 54 20 2 143 60 39
Octal 373 51 252 0 124 40 2 503 140 71
Binary 11111011 101001 10101010 0 1010100 100000 10 101000011 1100000 111001

Color Harmonies of #FB29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29AA

Black with #FB29AA

Text Example


Text Example

White with #FB29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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