Html Css Color HEX #FE87D4 Tea Rose

📋 copy color: '#FE87D4'

red 254 ◦ green 135 ◦ blue 212

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

Shades of Tea Rose #FE87D4

Tints of Tea Rose #FE87D4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.46%

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 42.26%
G = 22.46%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE87D4 (or 0xFE87D4) is known color: Tea Rose. HEX triplet: FE, 87 and D4. RGB value is (254,135,212). Sum of RGB (Red+Green+Blue) = 254+135+212=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87D4 is #01782B. Grayscale: #B3B3B3. Windows color (decimal): -96300 or 13928446. OLE color: 13928446.

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

Color convert

RGB 254 135 212 -
CMYK 0 0.47 0.17 0.00
HSL 321.18º 0.98% 0.76% -
HSV(B) 321.18º 0.47% 1% -
XYZ 61.42 43.15 67.38 -
YUV 179.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 254 135 212 0 0.47 0.17 0.00 321.18 0.98 0.76
Hex FE 87 D4 0 2F 11 0 141 62 4C
Octal 376 207 324 0 57 21 0 501 142 114
Binary 11111110 10000111 11010100 0 101111 10001 0 101000001 1100010 1001100

Color Harmonies of #FE87D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE87D4

Black with #FE87D4

Text Example


Text Example

White with #FE87D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE87D4; }

 p { color: rgb(254,135,212); }

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

background-color css

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

 a { background-color: rgb(254,135,212); }

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

border-color css

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

 span { border-color: rgb(254,135,212); }

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