Html Css Color HEX #FFAECA Carnation Pink

📋 copy color: '#FFAECA'

red 255 ◦ green 174 ◦ blue 202

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

Shades of Carnation Pink #FFAECA

Tints of Carnation Pink #FFAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 40.41%
G = 27.58%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFAECA (or 0xFFAECA) is known color: Carnation Pink. HEX triplet: FF, AE and CA. RGB value is (255,174,202). Sum of RGB (Red+Green+Blue) = 255+174+202=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECA is #005135. Grayscale: #C9C9C9. Windows color (decimal): -20790 or 13283071. OLE color: 13283071.

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

Color convert

RGB 255 174 202 -
CMYK 0 0.32 0.21 0
HSL 339.26º 1% 0.84% -
HSV(B) 339.26º 0.32% 1% -
XYZ 67.04 55.8 63.11 -
YUV 201.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 255 174 202 0 0.32 0.21 0 339.26 1 0.84
Hex FF AE CA 0 20 15 0 153 64 54
Octal 377 256 312 0 40 25 0 523 144 124
Binary 11111111 10101110 11001010 0 100000 10101 0 101010011 1100100 1010100

Color Harmonies of #FFAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAECA

Black with #FFAECA

Text Example


Text Example

White with #FFAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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