Html Css Color HEX #FE9CCA Carnation Pink

📋 copy color: '#FE9CCA'

red 254 ◦ green 156 ◦ blue 202

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

Shades of Carnation Pink #FE9CCA

Tints of Carnation Pink #FE9CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.49%

 BLUE value IS 202 (79.3% from 255) = 33.01%

R = 41.5%
G = 25.49%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE9CCA (or 0xFE9CCA) is known color: Carnation Pink. HEX triplet: FE, 9C and CA. RGB value is (254,156,202). Sum of RGB (Red+Green+Blue) = 254+156+202=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CCA is #016335. Grayscale: #BEBEBE. Windows color (decimal): -90934 or 13278462. OLE color: 13278462.

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

Color convert

RGB 254 156 202 -
CMYK 0 0.39 0.20 0.00
HSL 331.84º 0.98% 0.8% -
HSV(B) 331.84º 0.39% 1% -
XYZ 63.42 49.11 62.01 -
YUV 190.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 254 156 202 0 0.39 0.20 0.00 331.84 0.98 0.8
Hex FE 9C CA 0 27 14 0 14C 62 50
Octal 376 234 312 0 47 24 0 514 142 120
Binary 11111110 10011100 11001010 0 100111 10100 0 101001100 1100010 1010000

Color Harmonies of #FE9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CCA

Black with #FE9CCA

Text Example


Text Example

White with #FE9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CCA; }

 p { color: rgb(254,156,202); }

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

background-color css

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

 a { background-color: rgb(254,156,202); }

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

border-color css

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

 span { border-color: rgb(254,156,202); }

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