Html Css Color HEX #FC8ABA Tea Rose

📋 copy color: '#FC8ABA'

red 252 ◦ green 138 ◦ blue 186

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

Shades of Tea Rose #FC8ABA

Tints of Tea Rose #FC8ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 43.75%
G = 23.96%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC8ABA (or 0xFC8ABA) is known color: Tea Rose. HEX triplet: FC, 8A and BA. RGB value is (252,138,186). Sum of RGB (Red+Green+Blue) = 252+138+186=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ABA is #037545. Grayscale: #B1B1B1. Windows color (decimal): -226630 or 12225276. OLE color: 12225276.

HSL color Cylindrical-coordinate representation of color #FC8ABA: hue angle of 334.74º 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 #FC8ABA is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 186 -
CMYK 0 0.45 0.26 0.01
HSL 334.74º 0.95% 0.76% -
HSV(B) 334.74º 0.45% 0.99% -
XYZ 58.1 42.42 51.58 -
YUV 177.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 252 138 186 0 0.45 0.26 0.01 334.74 0.95 0.76
Hex FC 8A BA 0 2D 1A 1 14F 5F 4C
Octal 374 212 272 0 55 32 1 517 137 114
Binary 11111100 10001010 10111010 0 101101 11010 1 101001111 1011111 1001100

Color Harmonies of #FC8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8ABA

Black with #FC8ABA

Text Example


Text Example

White with #FC8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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