Html Css Color HEX #FC8BC1 Tea Rose

📋 copy color: '#FC8BC1'

red 252 ◦ green 139 ◦ blue 193

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

Shades of Tea Rose #FC8BC1

Tints of Tea Rose #FC8BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 43.15%
G = 23.8%
B = 33.05%

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

#FC8BC1 (or 0xFC8BC1) is known color: Tea Rose. HEX triplet: FC, 8B and C1. RGB value is (252,139,193). Sum of RGB (Red+Green+Blue) = 252+139+193=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC1 is #03743E. Grayscale: #B2B2B2. Windows color (decimal): -226367 or 12684284. OLE color: 12684284.

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

Color convert

RGB 252 139 193 -
CMYK 0 0.45 0.23 0.01
HSL 331.33º 0.95% 0.77% -
HSV(B) 331.33º 0.45% 0.99% -
XYZ 59 43.01 55.64 -
YUV 178.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 252 139 193 0 0.45 0.23 0.01 331.33 0.95 0.77
Hex FC 8B C1 0 2D 17 1 14B 5F 4D
Octal 374 213 301 0 55 27 1 513 137 115
Binary 11111100 10001011 11000001 0 101101 10111 1 101001011 1011111 1001101

Color Harmonies of #FC8BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BC1

Black with #FC8BC1

Text Example


Text Example

White with #FC8BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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