Html Css Color HEX #FEACC8 Carnation Pink

📋 copy color: '#FEACC8'

red 254 ◦ green 172 ◦ blue 200

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

Shades of Carnation Pink #FEACC8

Tints of Carnation Pink #FEACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.48%

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

R = 40.58%
G = 27.48%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEACC8 (or 0xFEACC8) is known color: Carnation Pink. HEX triplet: FE, AC and C8. RGB value is (254,172,200). Sum of RGB (Red+Green+Blue) = 254+172+200=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC8 is #015337. Grayscale: #C7C7C7. Windows color (decimal): -86840 or 13151486. OLE color: 13151486.

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

Color convert

RGB 254 172 200 -
CMYK 0 0.32 0.21 0.00
HSL 339.51º 0.98% 0.84% -
HSV(B) 339.51º 0.32% 1% -
XYZ 66.05 54.75 61.73 -
YUV 199.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 254 172 200 0 0.32 0.21 0.00 339.51 0.98 0.84
Hex FE AC C8 0 20 15 0 154 62 54
Octal 376 254 310 0 40 25 0 524 142 124
Binary 11111110 10101100 11001000 0 100000 10101 0 101010100 1100010 1010100

Color Harmonies of #FEACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACC8

Black with #FEACC8

Text Example


Text Example

White with #FEACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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