Html Css Color HEX #FEACCD Carnation Pink

📋 copy color: '#FEACCD'

red 254 ◦ green 172 ◦ blue 205

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

Shades of Carnation Pink #FEACCD

Tints of Carnation Pink #FEACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.49%

R = 40.25%
G = 27.26%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEACCD (or 0xFEACCD) is known color: Carnation Pink. HEX triplet: FE, AC and CD. RGB value is (254,172,205). Sum of RGB (Red+Green+Blue) = 254+172+205=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCD is #015332. Grayscale: #C8C8C8. Windows color (decimal): -86835 or 13479166. OLE color: 13479166.

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

Color convert

RGB 254 172 205 -
CMYK 0 0.32 0.19 0.00
HSL 335.85º 0.98% 0.84% -
HSV(B) 335.85º 0.32% 1% -
XYZ 66.65 54.98 64.86 -
YUV 200.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 254 172 205 0 0.32 0.19 0.00 335.85 0.98 0.84
Hex FE AC CD 0 20 13 0 150 62 54
Octal 376 254 315 0 40 23 0 520 142 124
Binary 11111110 10101100 11001101 0 100000 10011 0 101010000 1100010 1010100

Color Harmonies of #FEACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACCD

Black with #FEACCD

Text Example


Text Example

White with #FEACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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