Html Css Color HEX #FC85BD Tea Rose

📋 copy color: '#FC85BD'

red 252 ◦ green 133 ◦ blue 189

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

Shades of Tea Rose #FC85BD

Tints of Tea Rose #FC85BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.93%

R = 43.9%
G = 23.17%
B = 32.93%

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

#FC85BD (or 0xFC85BD) is known color: Tea Rose. HEX triplet: FC, 85 and BD. RGB value is (252,133,189). Sum of RGB (Red+Green+Blue) = 252+133+189=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85BD is #037A42. Grayscale: #AEAEAE. Windows color (decimal): -227907 or 12420604. OLE color: 12420604.

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

Color convert

RGB 252 133 189 -
CMYK 0 0.47 0.25 0.01
HSL 331.76º 0.95% 0.75% -
HSV(B) 331.76º 0.47% 0.99% -
XYZ 57.72 41.14 53.04 -
YUV 174.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 252 133 189 0 0.47 0.25 0.01 331.76 0.95 0.75
Hex FC 85 BD 0 2F 19 1 14C 5F 4B
Octal 374 205 275 0 57 31 1 514 137 113
Binary 11111100 10000101 10111101 0 101111 11001 1 101001100 1011111 1001011

Color Harmonies of #FC85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85BD

Black with #FC85BD

Text Example


Text Example

White with #FC85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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