Html Css Color HEX #FE8FCF Tea Rose

📋 copy color: '#FE8FCF'

red 254 ◦ green 143 ◦ blue 207

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

Shades of Tea Rose #FE8FCF

Tints of Tea Rose #FE8FCF

RGB

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

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

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

R = 42.05%
G = 23.68%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE8FCF (or 0xFE8FCF) is known color: Tea Rose. HEX triplet: FE, 8F and CF. RGB value is (254,143,207). Sum of RGB (Red+Green+Blue) = 254+143+207=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FCF is #017030. Grayscale: #B7B7B7. Windows color (decimal): -94257 or 13602814. OLE color: 13602814.

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

Color convert

RGB 254 143 207 -
CMYK 0 0.44 0.19 0.00
HSL 325.41º 0.98% 0.78% -
HSV(B) 325.41º 0.44% 1% -
XYZ 61.96 45.22 64.49 -
YUV 183.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 254 143 207 0 0.44 0.19 0.00 325.41 0.98 0.78
Hex FE 8F CF 0 2C 13 0 145 62 4E
Octal 376 217 317 0 54 23 0 505 142 116
Binary 11111110 10001111 11001111 0 101100 10011 0 101000101 1100010 1001110

Color Harmonies of #FE8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FCF

Black with #FE8FCF

Text Example


Text Example

White with #FE8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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