Html Css Color HEX #FE92CC Tea Rose

📋 copy color: '#FE92CC'

red 254 ◦ green 146 ◦ blue 204

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

Shades of Tea Rose #FE92CC

Tints of Tea Rose #FE92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.17%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 42.05%
G = 24.17%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE92CC (or 0xFE92CC) is known color: Tea Rose. HEX triplet: FE, 92 and CC. RGB value is (254,146,204). Sum of RGB (Red+Green+Blue) = 254+146+204=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE92CC is #016D33. Grayscale: #B8B8B8. Windows color (decimal): -93492 or 13406974. OLE color: 13406974.

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

Color convert

RGB 254 146 204 -
CMYK 0 0.43 0.20 0.00
HSL 327.78º 0.98% 0.78% -
HSV(B) 327.78º 0.43% 1% -
XYZ 62.05 45.99 62.73 -
YUV 184.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 254 146 204 0 0.43 0.20 0.00 327.78 0.98 0.78
Hex FE 92 CC 0 2B 14 0 148 62 4E
Octal 376 222 314 0 53 24 0 510 142 116
Binary 11111110 10010010 11001100 0 101011 10100 0 101001000 1100010 1001110

Color Harmonies of #FE92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92CC

Black with #FE92CC

Text Example


Text Example

White with #FE92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92CC; }

 p { color: rgb(254,146,204); }

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

background-color css

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

 a { background-color: rgb(254,146,204); }

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

border-color css

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

 span { border-color: rgb(254,146,204); }

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