Html Css Color HEX #FC86BD Tea Rose

📋 copy color: '#FC86BD'

red 252 ◦ green 134 ◦ blue 189

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

Shades of Tea Rose #FC86BD

Tints of Tea Rose #FC86BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.3%

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

R = 43.83%
G = 23.3%
B = 32.87%

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

#FC86BD (or 0xFC86BD) is known color: Tea Rose. HEX triplet: FC, 86 and BD. RGB value is (252,134,189). Sum of RGB (Red+Green+Blue) = 252+134+189=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86BD is #037942. Grayscale: #AFAFAF. Windows color (decimal): -227651 or 12420860. OLE color: 12420860.

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

Color convert

RGB 252 134 189 -
CMYK 0 0.47 0.25 0.01
HSL 332.03º 0.95% 0.76% -
HSV(B) 332.03º 0.47% 0.99% -
XYZ 57.86 41.42 53.09 -
YUV 175.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 252 134 189 0 0.47 0.25 0.01 332.03 0.95 0.76
Hex FC 86 BD 0 2F 19 1 14C 5F 4C
Octal 374 206 275 0 57 31 1 514 137 114
Binary 11111100 10000110 10111101 0 101111 11001 1 101001100 1011111 1001100

Color Harmonies of #FC86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86BD

Black with #FC86BD

Text Example


Text Example

White with #FC86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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