Html Css Color HEX #FE8FD0 Tea Rose

📋 copy color: '#FE8FD0'

red 254 ◦ green 143 ◦ blue 208

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

Shades of Tea Rose #FE8FD0

Tints of Tea Rose #FE8FD0

RGB

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

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

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

R = 41.98%
G = 23.64%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE8FD0 (or 0xFE8FD0) is known color: Tea Rose. HEX triplet: FE, 8F and D0. RGB value is (254,143,208). Sum of RGB (Red+Green+Blue) = 254+143+208=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD0 is #01702F. Grayscale: #B7B7B7. Windows color (decimal): -94256 or 13668350. OLE color: 13668350.

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

Color convert

RGB 254 143 208 -
CMYK 0 0.44 0.18 0.00
HSL 324.86º 0.98% 0.78% -
HSV(B) 324.86º 0.44% 1% -
XYZ 62.08 45.27 65.14 -
YUV 183.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 254 143 208 0 0.44 0.18 0.00 324.86 0.98 0.78
Hex FE 8F D0 0 2C 12 0 145 62 4E
Octal 376 217 320 0 54 22 0 505 142 116
Binary 11111110 10001111 11010000 0 101100 10010 0 101000101 1100010 1001110

Color Harmonies of #FE8FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FD0

Black with #FE8FD0

Text Example


Text Example

White with #FE8FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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