Html Css Color HEX #FC8BC2 Tea Rose

📋 copy color: '#FC8BC2'

red 252 ◦ green 139 ◦ blue 194

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

Shades of Tea Rose #FC8BC2

Tints of Tea Rose #FC8BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.76%

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

R = 43.08%
G = 23.76%
B = 33.16%

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

#FC8BC2 (or 0xFC8BC2) is known color: Tea Rose. HEX triplet: FC, 8B and C2. RGB value is (252,139,194). Sum of RGB (Red+Green+Blue) = 252+139+194=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC2 is #03743D. Grayscale: #B2B2B2. Windows color (decimal): -226366 or 12749820. OLE color: 12749820.

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

Color convert

RGB 252 139 194 -
CMYK 0 0.45 0.23 0.01
HSL 330.8º 0.95% 0.77% -
HSV(B) 330.8º 0.45% 0.99% -
XYZ 59.12 43.06 56.23 -
YUV 179.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 252 139 194 0 0.45 0.23 0.01 330.8 0.95 0.77
Hex FC 8B C2 0 2D 17 1 14B 5F 4D
Octal 374 213 302 0 55 27 1 513 137 115
Binary 11111100 10001011 11000010 0 101101 10111 1 101001011 1011111 1001101

Color Harmonies of #FC8BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BC2

Black with #FC8BC2

Text Example


Text Example

White with #FC8BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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