Html Css Color HEX #FE7ECB Tea Rose

📋 copy color: '#FE7ECB'

red 254 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #FE7ECB

Tints of Tea Rose #FE7ECB

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

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

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

R = 43.57%
G = 21.61%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE7ECB (or 0xFE7ECB) is known color: Tea Rose. HEX triplet: FE, 7E and CB. RGB value is (254,126,203). Sum of RGB (Red+Green+Blue) = 254+126+203=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ECB is #018134. Grayscale: #ACACAC. Windows color (decimal): -98613 or 13336318. OLE color: 13336318.

HSL color Cylindrical-coordinate representation of color #FE7ECB: hue angle of 323.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7ECB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 203 -
CMYK 0 0.50 0.20 0.00
HSL 323.91º 0.98% 0.75% -
HSV(B) 323.91º 0.5% 1% -
XYZ 59.11 40.3 61.16 -
YUV 173.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 254 126 203 0 0.50 0.20 0.00 323.91 0.98 0.75
Hex FE 7E CB 0 32 14 0 144 62 4B
Octal 376 176 313 0 62 24 0 504 142 113
Binary 11111110 1111110 11001011 0 110010 10100 0 101000100 1100010 1001011

Color Harmonies of #FE7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ECB

Black with #FE7ECB

Text Example


Text Example

White with #FE7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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