Html Css Color HEX #FC85C5 Tea Rose

📋 copy color: '#FC85C5'

red 252 ◦ green 133 ◦ blue 197

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

Shades of Tea Rose #FC85C5

Tints of Tea Rose #FC85C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.85%

R = 43.3%
G = 22.85%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC85C5 (or 0xFC85C5) is known color: Tea Rose. HEX triplet: FC, 85 and C5. RGB value is (252,133,197). Sum of RGB (Red+Green+Blue) = 252+133+197=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85C5 is #037A3A. Grayscale: #AFAFAF. Windows color (decimal): -227899 or 12944892. OLE color: 12944892.

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

Color convert

RGB 252 133 197 -
CMYK 0 0.47 0.22 0.01
HSL 327.73º 0.95% 0.75% -
HSV(B) 327.73º 0.47% 0.99% -
XYZ 58.61 41.5 57.74 -
YUV 175.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 252 133 197 0 0.47 0.22 0.01 327.73 0.95 0.75
Hex FC 85 C5 0 2F 16 1 148 5F 4B
Octal 374 205 305 0 57 26 1 510 137 113
Binary 11111100 10000101 11000101 0 101111 10110 1 101001000 1011111 1001011

Color Harmonies of #FC85C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85C5

Black with #FC85C5

Text Example


Text Example

White with #FC85C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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