Html Css Color HEX #FE88D0 Tea Rose

📋 copy color: '#FE88D0'

red 254 ◦ green 136 ◦ blue 208

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

Shades of Tea Rose #FE88D0

Tints of Tea Rose #FE88D0

RGB

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

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

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

R = 42.47%
G = 22.74%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE88D0 (or 0xFE88D0) is known color: Tea Rose. HEX triplet: FE, 88 and D0. RGB value is (254,136,208). Sum of RGB (Red+Green+Blue) = 254+136+208=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D0 is #01772F. Grayscale: #B3B3B3. Windows color (decimal): -96048 or 13666558. OLE color: 13666558.

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

Color convert

RGB 254 136 208 -
CMYK 0 0.46 0.18 0.00
HSL 323.39º 0.98% 0.76% -
HSV(B) 323.39º 0.46% 1% -
XYZ 61.06 43.23 64.8 -
YUV 179.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 254 136 208 0 0.46 0.18 0.00 323.39 0.98 0.76
Hex FE 88 D0 0 2E 12 0 143 62 4C
Octal 376 210 320 0 56 22 0 503 142 114
Binary 11111110 10001000 11010000 0 101110 10010 0 101000011 1100010 1001100

Color Harmonies of #FE88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88D0

Black with #FE88D0

Text Example


Text Example

White with #FE88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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