Html Css Color HEX #FD2CAE Persian Rose

📋 copy color: '#FD2CAE'

red 253 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #FD2CAE

Tints of Persian Rose #FD2CAE

RGB

 RED value IS 253 (99.22% from 255) = 53.72%

 GREEN value IS 44 (17.58% from 255) = 9.34%

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

R = 53.72%
G = 9.34%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD2CAE (or 0xFD2CAE) is known color: Persian Rose. HEX triplet: FD, 2C and AE. RGB value is (253,44,174). Sum of RGB (Red+Green+Blue) = 253+44+174=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2CAE is #02D351. Grayscale: #787878. Windows color (decimal): -185170 or 11414781. OLE color: 11414781.

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

Color convert

RGB 253 44 174 -
CMYK 0 0.83 0.31 0.01
HSL 322.68º 0.98% 0.58% -
HSV(B) 322.68º 0.83% 0.99% -
XYZ 49.05 25.74 42.43 -
YUV 121.31 157.74 221.93 -
System Red Green Blue C M Y K H S L
Decimal 253 44 174 0 0.83 0.31 0.01 322.68 0.98 0.58
Hex FD 2C AE 0 53 1F 1 143 62 3A
Octal 375 54 256 0 123 37 1 503 142 72
Binary 11111101 101100 10101110 0 1010011 11111 1 101000011 1100010 111010

Color Harmonies of #FD2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CAE

Black with #FD2CAE

Text Example


Text Example

White with #FD2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CAE; }

 p { color: rgb(253,44,174); }

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

background-color css

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

 a { background-color: rgb(253,44,174); }

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

border-color css

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

 span { border-color: rgb(253,44,174); }

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