Html Css Color HEX #FC8AB9 Tea Rose

📋 copy color: '#FC8AB9'

red 252 ◦ green 138 ◦ blue 185

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

Shades of Tea Rose #FC8AB9

Tints of Tea Rose #FC8AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24%

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

R = 43.83%
G = 24%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC8AB9 (or 0xFC8AB9) is known color: Tea Rose. HEX triplet: FC, 8A and B9. RGB value is (252,138,185). Sum of RGB (Red+Green+Blue) = 252+138+185=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AB9 is #037546. Grayscale: #B1B1B1. Windows color (decimal): -226631 or 12159740. OLE color: 12159740.

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

Color convert

RGB 252 138 185 -
CMYK 0 0.45 0.27 0.01
HSL 335.26º 0.95% 0.76% -
HSV(B) 335.26º 0.45% 0.99% -
XYZ 57.99 42.38 51.02 -
YUV 177.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 252 138 185 0 0.45 0.27 0.01 335.26 0.95 0.76
Hex FC 8A B9 0 2D 1B 1 14F 5F 4C
Octal 374 212 271 0 55 33 1 517 137 114
Binary 11111100 10001010 10111001 0 101101 11011 1 101001111 1011111 1001100

Color Harmonies of #FC8AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AB9

Black with #FC8AB9

Text Example


Text Example

White with #FC8AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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