Html Css Color HEX #FB8DC5 Tea Rose

📋 copy color: '#FB8DC5'

red 251 ◦ green 141 ◦ blue 197

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

Shades of Tea Rose #FB8DC5

Tints of Tea Rose #FB8DC5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 42.61%
G = 23.94%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB8DC5 (or 0xFB8DC5) is known color: Tea Rose. HEX triplet: FB, 8D and C5. RGB value is (251,141,197). Sum of RGB (Red+Green+Blue) = 251+141+197=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC5 is #04723A. Grayscale: #B4B4B4. Windows color (decimal): -291387 or 12946939. OLE color: 12946939.

HSL color Cylindrical-coordinate representation of color #FB8DC5: hue angle of 329.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DC5 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 141 197 -
CMYK 0 0.44 0.22 0.02
HSL 329.45º 0.93% 0.77% -
HSV(B) 329.45º 0.44% 0.98% -
XYZ 59.39 43.59 58.11 -
YUV 180.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 251 141 197 0 0.44 0.22 0.02 329.45 0.93 0.77
Hex FB 8D C5 0 2C 16 2 149 5D 4D
Octal 373 215 305 0 54 26 2 511 135 115
Binary 11111011 10001101 11000101 0 101100 10110 10 101001001 1011101 1001101

Color Harmonies of #FB8DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DC5

Black with #FB8DC5

Text Example


Text Example

White with #FB8DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DC5; }

 p { color: rgb(251,141,197); }

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

background-color css

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

 a { background-color: rgb(251,141,197); }

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

border-color css

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

 span { border-color: rgb(251,141,197); }

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