Html Css Color HEX #FD3CB2 Persian Rose

📋 copy color: '#FD3CB2'

red 253 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #FD3CB2

Tints of Persian Rose #FD3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 51.53%
G = 12.22%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD3CB2 (or 0xFD3CB2) is known color: Persian Rose. HEX triplet: FD, 3C and B2. RGB value is (253,60,178). Sum of RGB (Red+Green+Blue) = 253+60+178=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3CB2 is #02C34D. Grayscale: #828282. Windows color (decimal): -181070 or 11681021. OLE color: 11681021.

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

Color convert

RGB 253 60 178 -
CMYK 0 0.76 0.30 0.01
HSL 323.32º 0.98% 0.61% -
HSV(B) 323.32º 0.76% 0.99% -
XYZ 50.16 27.33 44.75 -
YUV 131.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 253 60 178 0 0.76 0.30 0.01 323.32 0.98 0.61
Hex FD 3C B2 0 4C 1E 1 143 62 3D
Octal 375 74 262 0 114 36 1 503 142 75
Binary 11111101 111100 10110010 0 1001100 11110 1 101000011 1100010 111101

Color Harmonies of #FD3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3CB2

Black with #FD3CB2

Text Example


Text Example

White with #FD3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3CB2; }

 p { color: rgb(253,60,178); }

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

background-color css

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

 a { background-color: rgb(253,60,178); }

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

border-color css

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

 span { border-color: rgb(253,60,178); }

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