Html Css Color HEX #FE8FCD Tea Rose

📋 copy color: '#FE8FCD'

red 254 ◦ green 143 ◦ blue 205

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

Shades of Tea Rose #FE8FCD

Tints of Tea Rose #FE8FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 42.19%
G = 23.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE8FCD (or 0xFE8FCD) is known color: Tea Rose. HEX triplet: FE, 8F and CD. RGB value is (254,143,205). Sum of RGB (Red+Green+Blue) = 254+143+205=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FCD is #017032. Grayscale: #B7B7B7. Windows color (decimal): -94259 or 13471742. OLE color: 13471742.

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

Color convert

RGB 254 143 205 -
CMYK 0 0.44 0.19 0.00
HSL 326.49º 0.98% 0.78% -
HSV(B) 326.49º 0.44% 1% -
XYZ 61.71 45.12 63.21 -
YUV 183.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 254 143 205 0 0.44 0.19 0.00 326.49 0.98 0.78
Hex FE 8F CD 0 2C 13 0 146 62 4E
Octal 376 217 315 0 54 23 0 506 142 116
Binary 11111110 10001111 11001101 0 101100 10011 0 101000110 1100010 1001110

Color Harmonies of #FE8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FCD

Black with #FE8FCD

Text Example


Text Example

White with #FE8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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