Html Css Color HEX #FE7FD0 Tea Rose

📋 copy color: '#FE7FD0'

red 254 ◦ green 127 ◦ blue 208

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

Shades of Tea Rose #FE7FD0

Tints of Tea Rose #FE7FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 43.12%
G = 21.56%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE7FD0 (or 0xFE7FD0) is known color: Tea Rose. HEX triplet: FE, 7F and D0. RGB value is (254,127,208). Sum of RGB (Red+Green+Blue) = 254+127+208=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FD0 is #01802F. Grayscale: #AEAEAE. Windows color (decimal): -98352 or 13664254. OLE color: 13664254.

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

Color convert

RGB 254 127 208 -
CMYK 0 0.50 0.18 0.00
HSL 321.73º 0.98% 0.75% -
HSV(B) 321.73º 0.5% 1% -
XYZ 59.85 40.8 64.4 -
YUV 174.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 254 127 208 0 0.50 0.18 0.00 321.73 0.98 0.75
Hex FE 7F D0 0 32 12 0 142 62 4B
Octal 376 177 320 0 62 22 0 502 142 113
Binary 11111110 1111111 11010000 0 110010 10010 0 101000010 1100010 1001011

Color Harmonies of #FE7FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FD0

Black with #FE7FD0

Text Example


Text Example

White with #FE7FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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