Html Css Color HEX #FE9CC0 Carnation Pink

📋 copy color: '#FE9CC0'

red 254 ◦ green 156 ◦ blue 192

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

Shades of Carnation Pink #FE9CC0

Tints of Carnation Pink #FE9CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.89%

R = 42.19%
G = 25.91%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE9CC0 (or 0xFE9CC0) is known color: Carnation Pink. HEX triplet: FE, 9C and C0. RGB value is (254,156,192). Sum of RGB (Red+Green+Blue) = 254+156+192=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC0 is #01633F. Grayscale: #BDBDBD. Windows color (decimal): -90944 or 12623102. OLE color: 12623102.

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

Color convert

RGB 254 156 192 -
CMYK 0 0.39 0.24 0.00
HSL 337.96º 0.98% 0.8% -
HSV(B) 337.96º 0.39% 1% -
XYZ 62.28 48.65 55.98 -
YUV 189.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 254 156 192 0 0.39 0.24 0.00 337.96 0.98 0.8
Hex FE 9C C0 0 27 18 0 152 62 50
Octal 376 234 300 0 47 30 0 522 142 120
Binary 11111110 10011100 11000000 0 100111 11000 0 101010010 1100010 1010000

Color Harmonies of #FE9CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CC0

Black with #FE9CC0

Text Example


Text Example

White with #FE9CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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