Html Css Color HEX #FC86C4 Tea Rose

📋 copy color: '#FC86C4'

red 252 ◦ green 134 ◦ blue 196

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

Shades of Tea Rose #FC86C4

Tints of Tea Rose #FC86C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 43.3%
G = 23.02%
B = 33.68%

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

#FC86C4 (or 0xFC86C4) is known color: Tea Rose. HEX triplet: FC, 86 and C4. RGB value is (252,134,196). Sum of RGB (Red+Green+Blue) = 252+134+196=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86C4 is #03793B. Grayscale: #B0B0B0. Windows color (decimal): -227644 or 12879612. OLE color: 12879612.

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

Color convert

RGB 252 134 196 -
CMYK 0 0.47 0.22 0.01
HSL 328.47º 0.95% 0.76% -
HSV(B) 328.47º 0.47% 0.99% -
XYZ 58.63 41.73 57.19 -
YUV 176.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 252 134 196 0 0.47 0.22 0.01 328.47 0.95 0.76
Hex FC 86 C4 0 2F 16 1 148 5F 4C
Octal 374 206 304 0 57 26 1 510 137 114
Binary 11111100 10000110 11000100 0 101111 10110 1 101001000 1011111 1001100

Color Harmonies of #FC86C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86C4

Black with #FC86C4

Text Example


Text Example

White with #FC86C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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