Html Css Color HEX #FC8BBA Tea Rose

📋 copy color: '#FC8BBA'

red 252 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #FC8BBA

Tints of Tea Rose #FC8BBA

RGB

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

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

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

R = 43.67%
G = 24.09%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC8BBA (or 0xFC8BBA) is known color: Tea Rose. HEX triplet: FC, 8B and BA. RGB value is (252,139,186). Sum of RGB (Red+Green+Blue) = 252+139+186=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BBA is #037445. Grayscale: #B2B2B2. Windows color (decimal): -226374 or 12225532. OLE color: 12225532.

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

Color convert

RGB 252 139 186 -
CMYK 0 0.45 0.26 0.01
HSL 335.04º 0.95% 0.77% -
HSV(B) 335.04º 0.45% 0.99% -
XYZ 58.24 42.71 51.63 -
YUV 178.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 252 139 186 0 0.45 0.26 0.01 335.04 0.95 0.77
Hex FC 8B BA 0 2D 1A 1 14F 5F 4D
Octal 374 213 272 0 55 32 1 517 137 115
Binary 11111100 10001011 10111010 0 101101 11010 1 101001111 1011111 1001101

Color Harmonies of #FC8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BBA

Black with #FC8BBA

Text Example


Text Example

White with #FC8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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