Html Css Color HEX #FC8BBC Tea Rose

📋 copy color: '#FC8BBC'

red 252 ◦ green 139 ◦ blue 188

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

Shades of Tea Rose #FC8BBC

Tints of Tea Rose #FC8BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.47%

R = 43.52%
G = 24.01%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC8BBC (or 0xFC8BBC) is known color: Tea Rose. HEX triplet: FC, 8B and BC. RGB value is (252,139,188). Sum of RGB (Red+Green+Blue) = 252+139+188=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BBC is #037443. Grayscale: #B2B2B2. Windows color (decimal): -226372 or 12356604. OLE color: 12356604.

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

Color convert

RGB 252 139 188 -
CMYK 0 0.45 0.25 0.01
HSL 333.98º 0.95% 0.77% -
HSV(B) 333.98º 0.45% 0.99% -
XYZ 58.45 42.79 52.76 -
YUV 178.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 252 139 188 0 0.45 0.25 0.01 333.98 0.95 0.77
Hex FC 8B BC 0 2D 19 1 14E 5F 4D
Octal 374 213 274 0 55 31 1 516 137 115
Binary 11111100 10001011 10111100 0 101101 11001 1 101001110 1011111 1001101

Color Harmonies of #FC8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BBC

Black with #FC8BBC

Text Example


Text Example

White with #FC8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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