Html Css Color HEX #FFAECB Carnation Pink

📋 copy color: '#FFAECB'

red 255 ◦ green 174 ◦ blue 203

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

Shades of Carnation Pink #FFAECB

Tints of Carnation Pink #FFAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.12%

R = 40.35%
G = 27.53%
B = 32.12%

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

#FFAECB (or 0xFFAECB) is known color: Carnation Pink. HEX triplet: FF, AE and CB. RGB value is (255,174,203). Sum of RGB (Red+Green+Blue) = 255+174+203=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECB is #005134. Grayscale: #C9C9C9. Windows color (decimal): -20789 or 13348607. OLE color: 13348607.

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

Color convert

RGB 255 174 203 -
CMYK 0 0.32 0.20 0
HSL 338.52º 1% 0.84% -
HSV(B) 338.52º 0.32% 1% -
XYZ 67.16 55.84 63.74 -
YUV 201.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 255 174 203 0 0.32 0.20 0 338.52 1 0.84
Hex FF AE CB 0 20 14 0 153 64 54
Octal 377 256 313 0 40 24 0 523 144 124
Binary 11111111 10101110 11001011 0 100000 10100 0 101010011 1100100 1010100

Color Harmonies of #FFAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAECB

Black with #FFAECB

Text Example


Text Example

White with #FFAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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