Html Css Color HEX #FFAECD Carnation Pink

📋 copy color: '#FFAECD'

red 255 ◦ green 174 ◦ blue 205

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

Shades of Carnation Pink #FFAECD

Tints of Carnation Pink #FFAECD

RGB

 RED value IS 255 (100% from 255) = 40.22%

 GREEN value IS 174 (68.36% from 255) = 27.44%

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

R = 40.22%
G = 27.44%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFAECD (or 0xFFAECD) is known color: Carnation Pink. HEX triplet: FF, AE and CD. RGB value is (255,174,205). Sum of RGB (Red+Green+Blue) = 255+174+205=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECD is #005132. Grayscale: #C9C9C9. Windows color (decimal): -20787 or 13479679. OLE color: 13479679.

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

Color convert

RGB 255 174 205 -
CMYK 0 0.32 0.20 0
HSL 337.04º 1% 0.84% -
HSV(B) 337.04º 0.32% 1% -
XYZ 67.4 55.94 65 -
YUV 201.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 255 174 205 0 0.32 0.20 0 337.04 1 0.84
Hex FF AE CD 0 20 14 0 151 64 54
Octal 377 256 315 0 40 24 0 521 144 124
Binary 11111111 10101110 11001101 0 100000 10100 0 101010001 1100100 1010100

Color Harmonies of #FFAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAECD

Black with #FFAECD

Text Example


Text Example

White with #FFAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAECD; }

 p { color: rgb(255,174,205); }

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

background-color css

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

 a { background-color: rgb(255,174,205); }

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

border-color css

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

 span { border-color: rgb(255,174,205); }

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