Html Css Color HEX #FE94C5 Carnation Pink

📋 copy color: '#FE94C5'

red 254 ◦ green 148 ◦ blue 197

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

Shades of Carnation Pink #FE94C5

Tints of Carnation Pink #FE94C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.89%

R = 42.4%
G = 24.71%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE94C5 (or 0xFE94C5) is known color: Carnation Pink. HEX triplet: FE, 94 and C5. RGB value is (254,148,197). Sum of RGB (Red+Green+Blue) = 254+148+197=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94C5 is #016B3A. Grayscale: #B9B9B9. Windows color (decimal): -92987 or 12948734. OLE color: 12948734.

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

Color convert

RGB 254 148 197 -
CMYK 0 0.42 0.22 0.00
HSL 332.26º 0.98% 0.79% -
HSV(B) 332.26º 0.42% 1% -
XYZ 61.54 46.28 58.51 -
YUV 185.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 254 148 197 0 0.42 0.22 0.00 332.26 0.98 0.79
Hex FE 94 C5 0 2A 16 0 14C 62 4F
Octal 376 224 305 0 52 26 0 514 142 117
Binary 11111110 10010100 11000101 0 101010 10110 0 101001100 1100010 1001111

Color Harmonies of #FE94C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94C5

Black with #FE94C5

Text Example


Text Example

White with #FE94C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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