Html Css Color HEX #FEA7C8 Carnation Pink

📋 copy color: '#FEA7C8'

red 254 ◦ green 167 ◦ blue 200

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

Shades of Carnation Pink #FEA7C8

Tints of Carnation Pink #FEA7C8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.89%

 BLUE value IS 200 (78.52% from 255) = 32.21%

R = 40.9%
G = 26.89%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA7C8 (or 0xFEA7C8) is known color: Carnation Pink. HEX triplet: FE, A7 and C8. RGB value is (254,167,200). Sum of RGB (Red+Green+Blue) = 254+167+200=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7C8 is #015837. Grayscale: #C4C4C4. Windows color (decimal): -88120 or 13150206. OLE color: 13150206.

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

Color convert

RGB 254 167 200 -
CMYK 0 0.34 0.21 0.00
HSL 337.24º 0.98% 0.83% -
HSV(B) 337.24º 0.34% 1% -
XYZ 65.12 52.88 61.42 -
YUV 196.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 254 167 200 0 0.34 0.21 0.00 337.24 0.98 0.83
Hex FE A7 C8 0 22 15 0 151 62 53
Octal 376 247 310 0 42 25 0 521 142 123
Binary 11111110 10100111 11001000 0 100010 10101 0 101010001 1100010 1010011

Color Harmonies of #FEA7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7C8

Black with #FEA7C8

Text Example


Text Example

White with #FEA7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7C8; }

 p { color: rgb(254,167,200); }

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

background-color css

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

 a { background-color: rgb(254,167,200); }

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

border-color css

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

 span { border-color: rgb(254,167,200); }

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