Html Css Color HEX #FC85BE Tea Rose

📋 copy color: '#FC85BE'

red 252 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #FC85BE

Tints of Tea Rose #FC85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.13%

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 43.83%
G = 23.13%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC85BE (or 0xFC85BE) is known color: Tea Rose. HEX triplet: FC, 85 and BE. RGB value is (252,133,190). Sum of RGB (Red+Green+Blue) = 252+133+190=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85BE is #037A41. Grayscale: #AEAEAE. Windows color (decimal): -227906 or 12486140. OLE color: 12486140.

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

Color convert

RGB 252 133 190 -
CMYK 0 0.47 0.25 0.01
HSL 331.26º 0.95% 0.75% -
HSV(B) 331.26º 0.47% 0.99% -
XYZ 57.83 41.19 53.62 -
YUV 175.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 252 133 190 0 0.47 0.25 0.01 331.26 0.95 0.75
Hex FC 85 BE 0 2F 19 1 14B 5F 4B
Octal 374 205 276 0 57 31 1 513 137 113
Binary 11111100 10000101 10111110 0 101111 11001 1 101001011 1011111 1001011

Color Harmonies of #FC85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85BE

Black with #FC85BE

Text Example


Text Example

White with #FC85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85BE; }

 p { color: rgb(252,133,190); }

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

background-color css

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

 a { background-color: rgb(252,133,190); }

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

border-color css

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

 span { border-color: rgb(252,133,190); }

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