Html Css Color HEX #FE94CB Tea Rose

📋 copy color: '#FE94CB'

red 254 ◦ green 148 ◦ blue 203

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

Shades of Tea Rose #FE94CB

Tints of Tea Rose #FE94CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.46%

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

R = 41.98%
G = 24.46%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE94CB (or 0xFE94CB) is known color: Tea Rose. HEX triplet: FE, 94 and CB. RGB value is (254,148,203). Sum of RGB (Red+Green+Blue) = 254+148+203=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94CB is #016B34. Grayscale: #B9B9B9. Windows color (decimal): -92981 or 13341950. OLE color: 13341950.

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

Color convert

RGB 254 148 203 -
CMYK 0 0.42 0.20 0.00
HSL 328.87º 0.98% 0.79% -
HSV(B) 328.87º 0.42% 1% -
XYZ 62.24 46.56 62.21 -
YUV 185.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 254 148 203 0 0.42 0.20 0.00 328.87 0.98 0.79
Hex FE 94 CB 0 2A 14 0 149 62 4F
Octal 376 224 313 0 52 24 0 511 142 117
Binary 11111110 10010100 11001011 0 101010 10100 0 101001001 1100010 1001111

Color Harmonies of #FE94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94CB

Black with #FE94CB

Text Example


Text Example

White with #FE94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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