Html Css Color HEX #FE8AD3 Tea Rose

📋 copy color: '#FE8AD3'

red 254 ◦ green 138 ◦ blue 211

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

Shades of Tea Rose #FE8AD3

Tints of Tea Rose #FE8AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 42.12%
G = 22.89%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE8AD3 (or 0xFE8AD3) is known color: Tea Rose. HEX triplet: FE, 8A and D3. RGB value is (254,138,211). Sum of RGB (Red+Green+Blue) = 254+138+211=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AD3 is #01752C. Grayscale: #B4B4B4. Windows color (decimal): -95533 or 13863678. OLE color: 13863678.

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

Color convert

RGB 254 138 211 -
CMYK 0 0.46 0.17 0.00
HSL 322.24º 0.98% 0.77% -
HSV(B) 322.24º 0.46% 1% -
XYZ 61.72 43.95 66.86 -
YUV 181.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 254 138 211 0 0.46 0.17 0.00 322.24 0.98 0.77
Hex FE 8A D3 0 2E 11 0 142 62 4D
Octal 376 212 323 0 56 21 0 502 142 115
Binary 11111110 10001010 11010011 0 101110 10001 0 101000010 1100010 1001101

Color Harmonies of #FE8AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AD3

Black with #FE8AD3

Text Example


Text Example

White with #FE8AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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