Html Css Color HEX #FE8FD4 Tea Rose

📋 copy color: '#FE8FD4'

red 254 ◦ green 143 ◦ blue 212

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

Shades of Tea Rose #FE8FD4

Tints of Tea Rose #FE8FD4

RGB

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

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

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

R = 41.71%
G = 23.48%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE8FD4 (or 0xFE8FD4) is known color: Tea Rose. HEX triplet: FE, 8F and D4. RGB value is (254,143,212). Sum of RGB (Red+Green+Blue) = 254+143+212=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FD4 is #01702B. Grayscale: #B7B7B7. Windows color (decimal): -94252 or 13930494. OLE color: 13930494.

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

Color convert

RGB 254 143 212 -
CMYK 0 0.44 0.17 0.00
HSL 322.7º 0.98% 0.78% -
HSV(B) 322.7º 0.44% 1% -
XYZ 62.58 45.47 67.77 -
YUV 184.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 254 143 212 0 0.44 0.17 0.00 322.7 0.98 0.78
Hex FE 8F D4 0 2C 11 0 143 62 4E
Octal 376 217 324 0 54 21 0 503 142 116
Binary 11111110 10001111 11010100 0 101100 10001 0 101000011 1100010 1001110

Color Harmonies of #FE8FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FD4

Black with #FE8FD4

Text Example


Text Example

White with #FE8FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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