Html Css Color HEX #FC8BC3 Tea Rose

📋 copy color: '#FC8BC3'

red 252 ◦ green 139 ◦ blue 195

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

Shades of Tea Rose #FC8BC3

Tints of Tea Rose #FC8BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.28%

R = 43%
G = 23.72%
B = 33.28%

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

#FC8BC3 (or 0xFC8BC3) is known color: Tea Rose. HEX triplet: FC, 8B and C3. RGB value is (252,139,195). Sum of RGB (Red+Green+Blue) = 252+139+195=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC3 is #03743C. Grayscale: #B3B3B3. Windows color (decimal): -226365 or 12815356. OLE color: 12815356.

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

Color convert

RGB 252 139 195 -
CMYK 0 0.45 0.23 0.01
HSL 330.27º 0.95% 0.77% -
HSV(B) 330.27º 0.45% 0.99% -
XYZ 59.23 43.1 56.83 -
YUV 179.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 252 139 195 0 0.45 0.23 0.01 330.27 0.95 0.77
Hex FC 8B C3 0 2D 17 1 14A 5F 4D
Octal 374 213 303 0 55 27 1 512 137 115
Binary 11111100 10001011 11000011 0 101101 10111 1 101001010 1011111 1001101

Color Harmonies of #FC8BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BC3

Black with #FC8BC3

Text Example


Text Example

White with #FC8BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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