Html Css Color HEX #FE8FC7 Tea Rose

📋 copy color: '#FE8FC7'

red 254 ◦ green 143 ◦ blue 199

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

Shades of Tea Rose #FE8FC7

Tints of Tea Rose #FE8FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

 BLUE value IS 199 (78.13% from 255) = 33.39%

R = 42.62%
G = 23.99%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE8FC7 (or 0xFE8FC7) is known color: Tea Rose. HEX triplet: FE, 8F and C7. RGB value is (254,143,199). Sum of RGB (Red+Green+Blue) = 254+143+199=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FC7 is #017038. Grayscale: #B6B6B6. Windows color (decimal): -94265 or 13078526. OLE color: 13078526.

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

Color convert

RGB 254 143 199 -
CMYK 0 0.44 0.22 0.00
HSL 329.73º 0.98% 0.78% -
HSV(B) 329.73º 0.44% 1% -
XYZ 61 44.84 59.47 -
YUV 182.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 254 143 199 0 0.44 0.22 0.00 329.73 0.98 0.78
Hex FE 8F C7 0 2C 16 0 14A 62 4E
Octal 376 217 307 0 54 26 0 512 142 116
Binary 11111110 10001111 11000111 0 101100 10110 0 101001010 1100010 1001110

Color Harmonies of #FE8FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FC7

Black with #FE8FC7

Text Example


Text Example

White with #FE8FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FC7; }

 p { color: rgb(254,143,199); }

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

background-color css

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

 a { background-color: rgb(254,143,199); }

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

border-color css

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

 span { border-color: rgb(254,143,199); }

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