Html Css Color HEX #FE8FBB Tea Rose

📋 copy color: '#FE8FBB'

red 254 ◦ green 143 ◦ blue 187

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

Shades of Tea Rose #FE8FBB

Tints of Tea Rose #FE8FBB

RGB

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

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

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

R = 43.49%
G = 24.49%
B = 32.02%

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

#FE8FBB (or 0xFE8FBB) is known color: Tea Rose. HEX triplet: FE, 8F and BB. RGB value is (254,143,187). Sum of RGB (Red+Green+Blue) = 254+143+187=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FBB is #017044. Grayscale: #B5B5B5. Windows color (decimal): -94277 or 12292094. OLE color: 12292094.

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

Color convert

RGB 254 143 187 -
CMYK 0 0.44 0.26 0.00
HSL 336.22º 0.98% 0.78% -
HSV(B) 336.22º 0.44% 1% -
XYZ 59.67 44.3 52.42 -
YUV 181.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 254 143 187 0 0.44 0.26 0.00 336.22 0.98 0.78
Hex FE 8F BB 0 2C 1A 0 150 62 4E
Octal 376 217 273 0 54 32 0 520 142 116
Binary 11111110 10001111 10111011 0 101100 11010 0 101010000 1100010 1001110

Color Harmonies of #FE8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FBB

Black with #FE8FBB

Text Example


Text Example

White with #FE8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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