Html Css Color HEX #FE88D4 Tea Rose

📋 copy color: '#FE88D4'

red 254 ◦ green 136 ◦ blue 212

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

Shades of Tea Rose #FE88D4

Tints of Tea Rose #FE88D4

RGB

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

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

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

R = 42.19%
G = 22.59%
B = 35.22%

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

#FE88D4 (or 0xFE88D4) is known color: Tea Rose. HEX triplet: FE, 88 and D4. RGB value is (254,136,212). Sum of RGB (Red+Green+Blue) = 254+136+212=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D4 is #01772B. Grayscale: #B3B3B3. Windows color (decimal): -96044 or 13928702. OLE color: 13928702.

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

Color convert

RGB 254 136 212 -
CMYK 0 0.46 0.17 0.00
HSL 321.36º 0.98% 0.76% -
HSV(B) 321.36º 0.46% 1% -
XYZ 61.56 43.43 67.43 -
YUV 179.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 254 136 212 0 0.46 0.17 0.00 321.36 0.98 0.76
Hex FE 88 D4 0 2E 11 0 141 62 4C
Octal 376 210 324 0 56 21 0 501 142 114
Binary 11111110 10001000 11010100 0 101110 10001 0 101000001 1100010 1001100

Color Harmonies of #FE88D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88D4

Black with #FE88D4

Text Example


Text Example

White with #FE88D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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