Html Css Color HEX #FE8ACB Tea Rose

📋 copy color: '#FE8ACB'

red 254 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #FE8ACB

Tints of Tea Rose #FE8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.19%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 42.69%
G = 23.19%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE8ACB (or 0xFE8ACB) is known color: Tea Rose. HEX triplet: FE, 8A and CB. RGB value is (254,138,203). Sum of RGB (Red+Green+Blue) = 254+138+203=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ACB is #017534. Grayscale: #B3B3B3. Windows color (decimal): -95541 or 13339390. OLE color: 13339390.

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

Color convert

RGB 254 138 203 -
CMYK 0 0.46 0.20 0.00
HSL 326.38º 0.98% 0.77% -
HSV(B) 326.38º 0.46% 1% -
XYZ 60.74 43.56 61.71 -
YUV 180.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 254 138 203 0 0.46 0.20 0.00 326.38 0.98 0.77
Hex FE 8A CB 0 2E 14 0 146 62 4D
Octal 376 212 313 0 56 24 0 506 142 115
Binary 11111110 10001010 11001011 0 101110 10100 0 101000110 1100010 1001101

Color Harmonies of #FE8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ACB

Black with #FE8ACB

Text Example


Text Example

White with #FE8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ACB; }

 p { color: rgb(254,138,203); }

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

background-color css

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

 a { background-color: rgb(254,138,203); }

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

border-color css

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

 span { border-color: rgb(254,138,203); }

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