Html Css Color HEX #FE88C8 Tea Rose

📋 copy color: '#FE88C8'

red 254 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #FE88C8

Tints of Tea Rose #FE88C8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.05%

 BLUE value IS 200 (78.52% from 255) = 33.9%

R = 43.05%
G = 23.05%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE88C8 (or 0xFE88C8) is known color: Tea Rose. HEX triplet: FE, 88 and C8. RGB value is (254,136,200). Sum of RGB (Red+Green+Blue) = 254+136+200=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C8 is #017737. Grayscale: #B2B2B2. Windows color (decimal): -96056 or 13142270. OLE color: 13142270.

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

Color convert

RGB 254 136 200 -
CMYK 0 0.46 0.21 0.00
HSL 327.46º 0.98% 0.76% -
HSV(B) 327.46º 0.46% 1% -
XYZ 60.1 42.85 59.75 -
YUV 178.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 254 136 200 0 0.46 0.21 0.00 327.46 0.98 0.76
Hex FE 88 C8 0 2E 15 0 147 62 4C
Octal 376 210 310 0 56 25 0 507 142 114
Binary 11111110 10001000 11001000 0 101110 10101 0 101000111 1100010 1001100

Color Harmonies of #FE88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88C8

Black with #FE88C8

Text Example


Text Example

White with #FE88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88C8; }

 p { color: rgb(254,136,200); }

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

background-color css

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

 a { background-color: rgb(254,136,200); }

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

border-color css

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

 span { border-color: rgb(254,136,200); }

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