Html Css Color HEX #FC8BC6 Tea Rose

📋 copy color: '#FC8BC6'

red 252 ◦ green 139 ◦ blue 198

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

Shades of Tea Rose #FC8BC6

Tints of Tea Rose #FC8BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.6%

 BLUE value IS 198 (77.73% from 255) = 33.62%

R = 42.78%
G = 23.6%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC8BC6 (or 0xFC8BC6) is known color: Tea Rose. HEX triplet: FC, 8B and C6. RGB value is (252,139,198). Sum of RGB (Red+Green+Blue) = 252+139+198=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BC6 is #037439. Grayscale: #B3B3B3. Windows color (decimal): -226362 or 13011964. OLE color: 13011964.

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

Color convert

RGB 252 139 198 -
CMYK 0 0.45 0.21 0.01
HSL 328.67º 0.95% 0.77% -
HSV(B) 328.67º 0.45% 0.99% -
XYZ 59.57 43.24 58.63 -
YUV 179.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 252 139 198 0 0.45 0.21 0.01 328.67 0.95 0.77
Hex FC 8B C6 0 2D 15 1 149 5F 4D
Octal 374 213 306 0 55 25 1 511 137 115
Binary 11111100 10001011 11000110 0 101101 10101 1 101001001 1011111 1001101

Color Harmonies of #FC8BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BC6

Black with #FC8BC6

Text Example


Text Example

White with #FC8BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BC6; }

 p { color: rgb(252,139,198); }

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

background-color css

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

 a { background-color: rgb(252,139,198); }

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

border-color css

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

 span { border-color: rgb(252,139,198); }

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