Html Css Color HEX #FC7ECB Tea Rose

📋 copy color: '#FC7ECB'

red 252 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #FC7ECB

Tints of Tea Rose #FC7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.69%

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

R = 43.37%
G = 21.69%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7ECB (or 0xFC7ECB) is known color: Tea Rose. HEX triplet: FC, 7E and CB. RGB value is (252,126,203). Sum of RGB (Red+Green+Blue) = 252+126+203=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECB is #038134. Grayscale: #ACACAC. Windows color (decimal): -229685 or 13336316. OLE color: 13336316.

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

Color convert

RGB 252 126 203 -
CMYK 0 0.5 0.19 0.01
HSL 323.33º 0.95% 0.74% -
HSV(B) 323.33º 0.5% 0.99% -
XYZ 58.39 39.93 61.13 -
YUV 172.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 252 126 203 0 0.5 0.19 0.01 323.33 0.95 0.74
Hex FC 7E CB 0 32 13 1 143 5F 4A
Octal 374 176 313 0 62 23 1 503 137 112
Binary 11111100 1111110 11001011 0 110010 10011 1 101000011 1011111 1001010

Color Harmonies of #FC7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ECB

Black with #FC7ECB

Text Example


Text Example

White with #FC7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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