Html Css Color HEX #FB5CAC Brilliant Rose

📋 copy color: '#FB5CAC'

red 251 ◦ green 92 ◦ blue 172

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

Shades of Brilliant Rose #FB5CAC

Tints of Brilliant Rose #FB5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 48.74%
G = 17.86%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB5CAC (or 0xFB5CAC) is known color: Brilliant Rose. HEX triplet: FB, 5C and AC. RGB value is (251,92,172). Sum of RGB (Red+Green+Blue) = 251+92+172=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5CAC is #04A353. Grayscale: #949494. Windows color (decimal): -303956 or 11295995. OLE color: 11295995.

HSL color Cylindrical-coordinate representation of color #FB5CAC: hue angle of 329.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5CAC is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 92 172 -
CMYK 0 0.63 0.31 0.02
HSL 329.81º 0.95% 0.67% -
HSV(B) 329.81º 0.63% 0.98% -
XYZ 51.06 31.14 42.35 -
YUV 148.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 251 92 172 0 0.63 0.31 0.02 329.81 0.95 0.67
Hex FB 5C AC 0 3F 1F 2 14A 5F 43
Octal 373 134 254 0 77 37 2 512 137 103
Binary 11111011 1011100 10101100 0 111111 11111 10 101001010 1011111 1000011

Color Harmonies of #FB5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5CAC

Black with #FB5CAC

Text Example


Text Example

White with #FB5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5CAC; }

 p { color: rgb(251,92,172); }

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

background-color css

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

 a { background-color: rgb(251,92,172); }

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

border-color css

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

 span { border-color: rgb(251,92,172); }

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