Html Css Color HEX #FE7DCB Tea Rose

📋 copy color: '#FE7DCB'

red 254 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #FE7DCB

Tints of Tea Rose #FE7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

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

R = 43.64%
G = 21.48%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE7DCB (or 0xFE7DCB) is known color: Tea Rose. HEX triplet: FE, 7D and CB. RGB value is (254,125,203). Sum of RGB (Red+Green+Blue) = 254+125+203=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCB is #018234. Grayscale: #ACACAC. Windows color (decimal): -98869 or 13336062. OLE color: 13336062.

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

Color convert

RGB 254 125 203 -
CMYK 0 0.51 0.20 0.00
HSL 323.72º 0.98% 0.74% -
HSV(B) 323.72º 0.51% 1% -
XYZ 58.99 40.05 61.12 -
YUV 172.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 254 125 203 0 0.51 0.20 0.00 323.72 0.98 0.74
Hex FE 7D CB 0 33 14 0 144 62 4A
Octal 376 175 313 0 63 24 0 504 142 112
Binary 11111110 1111101 11001011 0 110011 10100 0 101000100 1100010 1001010

Color Harmonies of #FE7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DCB

Black with #FE7DCB

Text Example


Text Example

White with #FE7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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