Html Css Color HEX #FC8AC2 Tea Rose

📋 copy color: '#FC8AC2'

red 252 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #FC8AC2

Tints of Tea Rose #FC8AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 43.15%
G = 23.63%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC8AC2 (or 0xFC8AC2) is known color: Tea Rose. HEX triplet: FC, 8A and C2. RGB value is (252,138,194). Sum of RGB (Red+Green+Blue) = 252+138+194=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8AC2 is #03753D. Grayscale: #B2B2B2. Windows color (decimal): -226622 or 12749564. OLE color: 12749564.

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

Color convert

RGB 252 138 194 -
CMYK 0 0.45 0.23 0.01
HSL 330.53º 0.95% 0.76% -
HSV(B) 330.53º 0.45% 0.99% -
XYZ 58.97 42.77 56.19 -
YUV 178.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 252 138 194 0 0.45 0.23 0.01 330.53 0.95 0.76
Hex FC 8A C2 0 2D 17 1 14B 5F 4C
Octal 374 212 302 0 55 27 1 513 137 114
Binary 11111100 10001010 11000010 0 101101 10111 1 101001011 1011111 1001100

Color Harmonies of #FC8AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AC2

Black with #FC8AC2

Text Example


Text Example

White with #FC8AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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