Html Css Color HEX #FE8ACF Tea Rose

📋 copy color: '#FE8ACF'

red 254 ◦ green 138 ◦ blue 207

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

Shades of Tea Rose #FE8ACF

Tints of Tea Rose #FE8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.04%

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

R = 42.4%
G = 23.04%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE8ACF (or 0xFE8ACF) is known color: Tea Rose. HEX triplet: FE, 8A and CF. RGB value is (254,138,207). Sum of RGB (Red+Green+Blue) = 254+138+207=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACF is #017530. Grayscale: #B4B4B4. Windows color (decimal): -95537 or 13601534. OLE color: 13601534.

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

Color convert

RGB 254 138 207 -
CMYK 0 0.46 0.19 0.00
HSL 324.31º 0.98% 0.77% -
HSV(B) 324.31º 0.46% 1% -
XYZ 61.22 43.75 64.25 -
YUV 180.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 254 138 207 0 0.46 0.19 0.00 324.31 0.98 0.77
Hex FE 8A CF 0 2E 13 0 144 62 4D
Octal 376 212 317 0 56 23 0 504 142 115
Binary 11111110 10001010 11001111 0 101110 10011 0 101000100 1100010 1001101

Color Harmonies of #FE8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ACF

Black with #FE8ACF

Text Example


Text Example

White with #FE8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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