Html Css Color HEX #FC7CCB Tea Rose

📋 copy color: '#FC7CCB'

red 252 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #FC7CCB

Tints of Tea Rose #FC7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.42%

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

R = 43.52%
G = 21.42%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7CCB (or 0xFC7CCB) is known color: Tea Rose. HEX triplet: FC, 7C and CB. RGB value is (252,124,203). Sum of RGB (Red+Green+Blue) = 252+124+203=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CCB is #038334. Grayscale: #ABABAB. Windows color (decimal): -230197 or 13335804. OLE color: 13335804.

HSL color Cylindrical-coordinate representation of color #FC7CCB: hue angle of 322.97º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CCB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 203 -
CMYK 0 0.51 0.19 0.01
HSL 322.97º 0.96% 0.74% -
HSV(B) 322.97º 0.51% 0.99% -
XYZ 58.13 39.42 61.05 -
YUV 171.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 252 124 203 0 0.51 0.19 0.01 322.97 0.96 0.74
Hex FC 7C CB 0 33 13 1 143 60 4A
Octal 374 174 313 0 63 23 1 503 140 112
Binary 11111100 1111100 11001011 0 110011 10011 1 101000011 1100000 1001010

Color Harmonies of #FC7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CCB

Black with #FC7CCB

Text Example


Text Example

White with #FC7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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