Html Css Color HEX #FD5BAB Brilliant Rose

📋 copy color: '#FD5BAB'

red 253 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #FD5BAB

Tints of Brilliant Rose #FD5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 49.13%
G = 17.67%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD5BAB (or 0xFD5BAB) is known color: Brilliant Rose. HEX triplet: FD, 5B and AB. RGB value is (253,91,171). Sum of RGB (Red+Green+Blue) = 253+91+171=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5BAB is #02A454. Grayscale: #949494. Windows color (decimal): -173141 or 11230205. OLE color: 11230205.

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

Color convert

RGB 253 91 171 -
CMYK 0 0.64 0.32 0.01
HSL 330.37º 0.98% 0.67% -
HSV(B) 330.37º 0.64% 0.99% -
XYZ 51.6 31.31 41.85 -
YUV 148.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 253 91 171 0 0.64 0.32 0.01 330.37 0.98 0.67
Hex FD 5B AB 0 40 20 1 14A 62 43
Octal 375 133 253 0 100 40 1 512 142 103
Binary 11111101 1011011 10101011 0 1000000 100000 1 101001010 1100010 1000011

Color Harmonies of #FD5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5BAB

Black with #FD5BAB

Text Example


Text Example

White with #FD5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5BAB; }

 p { color: rgb(253,91,171); }

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

background-color css

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

 a { background-color: rgb(253,91,171); }

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

border-color css

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

 span { border-color: rgb(253,91,171); }

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