Html Css Color HEX #FE7FCF Tea Rose

📋 copy color: '#FE7FCF'

red 254 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #FE7FCF

Tints of Tea Rose #FE7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.6%

 BLUE value IS 207 (81.25% from 255) = 35.2%

R = 43.2%
G = 21.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE7FCF (or 0xFE7FCF) is known color: Tea Rose. HEX triplet: FE, 7F and CF. RGB value is (254,127,207). Sum of RGB (Red+Green+Blue) = 254+127+207=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FCF is #018030. Grayscale: #ADADAD. Windows color (decimal): -98353 or 13598718. OLE color: 13598718.

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

Color convert

RGB 254 127 207 -
CMYK 0 0.50 0.19 0.00
HSL 322.2º 0.98% 0.75% -
HSV(B) 322.2º 0.5% 1% -
XYZ 59.72 40.75 63.75 -
YUV 174.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 254 127 207 0 0.50 0.19 0.00 322.2 0.98 0.75
Hex FE 7F CF 0 32 13 0 142 62 4B
Octal 376 177 317 0 62 23 0 502 142 113
Binary 11111110 1111111 11001111 0 110010 10011 0 101000010 1100010 1001011

Color Harmonies of #FE7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FCF

Black with #FE7FCF

Text Example


Text Example

White with #FE7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FCF; }

 p { color: rgb(254,127,207); }

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

background-color css

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

 a { background-color: rgb(254,127,207); }

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

border-color css

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

 span { border-color: rgb(254,127,207); }

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