Html Css Color HEX #FC8FBA Tea Rose

📋 copy color: '#FC8FBA'

red 252 ◦ green 143 ◦ blue 186

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

Shades of Tea Rose #FC8FBA

Tints of Tea Rose #FC8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 43.37%
G = 24.61%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC8FBA (or 0xFC8FBA) is known color: Tea Rose. HEX triplet: FC, 8F and BA. RGB value is (252,143,186). Sum of RGB (Red+Green+Blue) = 252+143+186=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FBA is #037045. Grayscale: #B4B4B4. Windows color (decimal): -225350 or 12226556. OLE color: 12226556.

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

Color convert

RGB 252 143 186 -
CMYK 0 0.43 0.26 0.01
HSL 336.33º 0.95% 0.77% -
HSV(B) 336.33º 0.43% 0.99% -
XYZ 58.83 43.89 51.82 -
YUV 180.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 252 143 186 0 0.43 0.26 0.01 336.33 0.95 0.77
Hex FC 8F BA 0 2B 1A 1 150 5F 4D
Octal 374 217 272 0 53 32 1 520 137 115
Binary 11111100 10001111 10111010 0 101011 11010 1 101010000 1011111 1001101

Color Harmonies of #FC8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FBA

Black with #FC8FBA

Text Example


Text Example

White with #FC8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FBA; }

 p { color: rgb(252,143,186); }

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

background-color css

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

 a { background-color: rgb(252,143,186); }

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

border-color css

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

 span { border-color: rgb(252,143,186); }

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