Html Css Color HEX #FC8DB9 Tea Rose

📋 copy color: '#FC8DB9'

red 252 ◦ green 141 ◦ blue 185

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

Shades of Tea Rose #FC8DB9

Tints of Tea Rose #FC8DB9

RGB

 RED value IS 252 (98.83% from 255) = 43.6%

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

 BLUE value IS 185 (72.66% from 255) = 32.01%

R = 43.6%
G = 24.39%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC8DB9 (or 0xFC8DB9) is known color: Tea Rose. HEX triplet: FC, 8D and B9. RGB value is (252,141,185). Sum of RGB (Red+Green+Blue) = 252+141+185=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB9 is #037246. Grayscale: #B3B3B3. Windows color (decimal): -225863 or 12160508. OLE color: 12160508.

HSL color Cylindrical-coordinate representation of color #FC8DB9: hue angle of 336.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DB9 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 185 -
CMYK 0 0.44 0.27 0.01
HSL 336.22º 0.95% 0.77% -
HSV(B) 336.22º 0.44% 0.99% -
XYZ 58.43 43.25 51.17 -
YUV 179.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 252 141 185 0 0.44 0.27 0.01 336.22 0.95 0.77
Hex FC 8D B9 0 2C 1B 1 150 5F 4D
Octal 374 215 271 0 54 33 1 520 137 115
Binary 11111100 10001101 10111001 0 101100 11011 1 101010000 1011111 1001101

Color Harmonies of #FC8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DB9

Black with #FC8DB9

Text Example


Text Example

White with #FC8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DB9; }

 p { color: rgb(252,141,185); }

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

background-color css

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

 a { background-color: rgb(252,141,185); }

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

border-color css

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

 span { border-color: rgb(252,141,185); }

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