Html Css Color HEX #FB2DAE Persian Rose

📋 copy color: '#FB2DAE'

red 251 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #FB2DAE

Tints of Persian Rose #FB2DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 53.4%
G = 9.57%
B = 37.02%

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

#FB2DAE (or 0xFB2DAE) is known color: Persian Rose. HEX triplet: FB, 2D and AE. RGB value is (251,45,174). Sum of RGB (Red+Green+Blue) = 251+45+174=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2DAE is #04D251. Grayscale: #787878. Windows color (decimal): -315986 or 11415035. OLE color: 11415035.

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

Color convert

RGB 251 45 174 -
CMYK 0 0.82 0.31 0.02
HSL 322.43º 0.96% 0.58% -
HSV(B) 322.43º 0.82% 0.98% -
XYZ 48.36 25.44 42.41 -
YUV 121.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 251 45 174 0 0.82 0.31 0.02 322.43 0.96 0.58
Hex FB 2D AE 0 52 1F 2 142 60 3A
Octal 373 55 256 0 122 37 2 502 140 72
Binary 11111011 101101 10101110 0 1010010 11111 10 101000010 1100000 111010

Color Harmonies of #FB2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2DAE

Black with #FB2DAE

Text Example


Text Example

White with #FB2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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