Html Css Color HEX #FC8BCF Tea Rose

📋 copy color: '#FC8BCF'

red 252 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #FC8BCF

Tints of Tea Rose #FC8BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 42.14%
G = 23.24%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC8BCF (or 0xFC8BCF) is known color: Tea Rose. HEX triplet: FC, 8B and CF. RGB value is (252,139,207). Sum of RGB (Red+Green+Blue) = 252+139+207=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BCF is #037430. Grayscale: #B4B4B4. Windows color (decimal): -226353 or 13601788. OLE color: 13601788.

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

Color convert

RGB 252 139 207 -
CMYK 0 0.45 0.18 0.01
HSL 323.89º 0.95% 0.77% -
HSV(B) 323.89º 0.45% 0.99% -
XYZ 60.64 43.67 64.26 -
YUV 180.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 252 139 207 0 0.45 0.18 0.01 323.89 0.95 0.77
Hex FC 8B CF 0 2D 12 1 144 5F 4D
Octal 374 213 317 0 55 22 1 504 137 115
Binary 11111100 10001011 11001111 0 101101 10010 1 101000100 1011111 1001101

Color Harmonies of #FC8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BCF

Black with #FC8BCF

Text Example


Text Example

White with #FC8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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