Html Css Color HEX #FB2DAC Persian Rose

📋 copy color: '#FB2DAC'

red 251 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #FB2DAC

Tints of Persian Rose #FB2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 53.63%
G = 9.62%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB2DAC (or 0xFB2DAC) is known color: Persian Rose. HEX triplet: FB, 2D and AC. RGB value is (251,45,172). Sum of RGB (Red+Green+Blue) = 251+45+172=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2DAC is #04D253. Grayscale: #787878. Windows color (decimal): -315988 or 11283963. OLE color: 11283963.

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

Color convert

RGB 251 45 172 -
CMYK 0 0.82 0.31 0.02
HSL 323.01º 0.96% 0.58% -
HSV(B) 323.01º 0.82% 0.98% -
XYZ 48.17 25.36 41.39 -
YUV 121.07 156.75 220.67 -
System Red Green Blue C M Y K H S L
Decimal 251 45 172 0 0.82 0.31 0.02 323.01 0.96 0.58
Hex FB 2D AC 0 52 1F 2 143 60 3A
Octal 373 55 254 0 122 37 2 503 140 72
Binary 11111011 101101 10101100 0 1010010 11111 10 101000011 1100000 111010

Color Harmonies of #FB2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2DAC

Black with #FB2DAC

Text Example


Text Example

White with #FB2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2DAC; }

 p { color: rgb(251,45,172); }

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

background-color css

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

 a { background-color: rgb(251,45,172); }

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

border-color css

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

 span { border-color: rgb(251,45,172); }

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