Html Css Color HEX #FE8DBB Tea Rose

📋 copy color: '#FE8DBB'

red 254 ◦ green 141 ◦ blue 187

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

Shades of Tea Rose #FE8DBB

Tints of Tea Rose #FE8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.23%

 BLUE value IS 187 (73.44% from 255) = 32.13%

R = 43.64%
G = 24.23%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE8DBB (or 0xFE8DBB) is known color: Tea Rose. HEX triplet: FE, 8D and BB. RGB value is (254,141,187). Sum of RGB (Red+Green+Blue) = 254+141+187=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DBB is #017244. Grayscale: #B3B3B3. Windows color (decimal): -94789 or 12291582. OLE color: 12291582.

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

Color convert

RGB 254 141 187 -
CMYK 0 0.44 0.26 0.00
HSL 335.58º 0.98% 0.77% -
HSV(B) 335.58º 0.44% 1% -
XYZ 59.37 43.71 52.32 -
YUV 180.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 254 141 187 0 0.44 0.26 0.00 335.58 0.98 0.77
Hex FE 8D BB 0 2C 1A 0 150 62 4D
Octal 376 215 273 0 54 32 0 520 142 115
Binary 11111110 10001101 10111011 0 101100 11010 0 101010000 1100010 1001101

Color Harmonies of #FE8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DBB

Black with #FE8DBB

Text Example


Text Example

White with #FE8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DBB; }

 p { color: rgb(254,141,187); }

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

background-color css

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

 a { background-color: rgb(254,141,187); }

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

border-color css

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

 span { border-color: rgb(254,141,187); }

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