Html Css Color HEX #FC8BCB Tea Rose

📋 copy color: '#FC8BCB'

red 252 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #FC8BCB

Tints of Tea Rose #FC8BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 42.42%
G = 23.4%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC8BCB (or 0xFC8BCB) is known color: Tea Rose. HEX triplet: FC, 8B and CB. RGB value is (252,139,203). Sum of RGB (Red+Green+Blue) = 252+139+203=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BCB is #037434. Grayscale: #B3B3B3. Windows color (decimal): -226357 or 13339644. OLE color: 13339644.

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

Color convert

RGB 252 139 203 -
CMYK 0 0.45 0.19 0.01
HSL 326.02º 0.95% 0.77% -
HSV(B) 326.02º 0.45% 0.99% -
XYZ 60.16 43.47 61.72 -
YUV 180.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 252 139 203 0 0.45 0.19 0.01 326.02 0.95 0.77
Hex FC 8B CB 0 2D 13 1 146 5F 4D
Octal 374 213 313 0 55 23 1 506 137 115
Binary 11111100 10001011 11001011 0 101101 10011 1 101000110 1011111 1001101

Color Harmonies of #FC8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BCB

Black with #FC8BCB

Text Example


Text Example

White with #FC8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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