Html Css Color HEX #FD4CAB Brilliant Rose

📋 copy color: '#FD4CAB'

red 253 ◦ green 76 ◦ blue 171

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

Shades of Brilliant Rose #FD4CAB

Tints of Brilliant Rose #FD4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

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

R = 50.6%
G = 15.2%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD4CAB (or 0xFD4CAB) is known color: Brilliant Rose. HEX triplet: FD, 4C and AB. RGB value is (253,76,171). Sum of RGB (Red+Green+Blue) = 253+76+171=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4CAB is #02B354. Grayscale: #8B8B8B. Windows color (decimal): -176981 or 11226365. OLE color: 11226365.

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

Color convert

RGB 253 76 171 -
CMYK 0 0.70 0.32 0.01
HSL 327.8º 0.98% 0.65% -
HSV(B) 327.8º 0.7% 0.99% -
XYZ 50.44 28.99 41.47 -
YUV 139.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 253 76 171 0 0.70 0.32 0.01 327.8 0.98 0.65
Hex FD 4C AB 0 46 20 1 148 62 41
Octal 375 114 253 0 106 40 1 510 142 101
Binary 11111101 1001100 10101011 0 1000110 100000 1 101001000 1100010 1000001

Color Harmonies of #FD4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CAB

Black with #FD4CAB

Text Example


Text Example

White with #FD4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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