Html Css Color HEX #FC8BCC Tea Rose

📋 copy color: '#FC8BCC'

red 252 ◦ green 139 ◦ blue 204

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

Shades of Tea Rose #FC8BCC

Tints of Tea Rose #FC8BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 42.35%
G = 23.36%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC8BCC (or 0xFC8BCC) is known color: Tea Rose. HEX triplet: FC, 8B and CC. RGB value is (252,139,204). Sum of RGB (Red+Green+Blue) = 252+139+204=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BCC is #037433. Grayscale: #B4B4B4. Windows color (decimal): -226356 or 13405180. OLE color: 13405180.

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

Color convert

RGB 252 139 204 -
CMYK 0 0.45 0.19 0.01
HSL 325.49º 0.95% 0.77% -
HSV(B) 325.49º 0.45% 0.99% -
XYZ 60.28 43.52 62.35 -
YUV 180.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 252 139 204 0 0.45 0.19 0.01 325.49 0.95 0.77
Hex FC 8B CC 0 2D 13 1 145 5F 4D
Octal 374 213 314 0 55 23 1 505 137 115
Binary 11111100 10001011 11001100 0 101101 10011 1 101000101 1011111 1001101

Color Harmonies of #FC8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BCC

Black with #FC8BCC

Text Example


Text Example

White with #FC8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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