Html Css Color HEX #FE94C2 Carnation Pink

📋 copy color: '#FE94C2'

red 254 ◦ green 148 ◦ blue 194

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

Shades of Carnation Pink #FE94C2

Tints of Carnation Pink #FE94C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 42.62%
G = 24.83%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE94C2 (or 0xFE94C2) is known color: Carnation Pink. HEX triplet: FE, 94 and C2. RGB value is (254,148,194). Sum of RGB (Red+Green+Blue) = 254+148+194=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94C2 is #016B3D. Grayscale: #B8B8B8. Windows color (decimal): -92990 or 12752126. OLE color: 12752126.

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

Color convert

RGB 254 148 194 -
CMYK 0 0.42 0.24 0.00
HSL 333.96º 0.98% 0.79% -
HSV(B) 333.96º 0.42% 1% -
XYZ 61.2 46.15 56.72 -
YUV 184.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 254 148 194 0 0.42 0.24 0.00 333.96 0.98 0.79
Hex FE 94 C2 0 2A 18 0 14E 62 4F
Octal 376 224 302 0 52 30 0 516 142 117
Binary 11111110 10010100 11000010 0 101010 11000 0 101001110 1100010 1001111

Color Harmonies of #FE94C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94C2

Black with #FE94C2

Text Example


Text Example

White with #FE94C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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