Html Css Color HEX #FCAEC9 Carnation Pink

📋 copy color: '#FCAEC9'

red 252 ◦ green 174 ◦ blue 201

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

Shades of Carnation Pink #FCAEC9

Tints of Carnation Pink #FCAEC9

RGB

 RED value IS 252 (98.83% from 255) = 40.19%

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

 BLUE value IS 201 (78.91% from 255) = 32.06%

R = 40.19%
G = 27.75%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCAEC9 (or 0xFCAEC9) is known color: Carnation Pink. HEX triplet: FC, AE and C9. RGB value is (252,174,201). Sum of RGB (Red+Green+Blue) = 252+174+201=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC9 is #035136. Grayscale: #C8C8C8. Windows color (decimal): -217399 or 13217532. OLE color: 13217532.

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

Color convert

RGB 252 174 201 -
CMYK 0 0.31 0.20 0.01
HSL 339.23º 0.93% 0.84% -
HSV(B) 339.23º 0.31% 0.99% -
XYZ 65.82 55.18 62.44 -
YUV 200.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 252 174 201 0 0.31 0.20 0.01 339.23 0.93 0.84
Hex FC AE C9 0 1F 14 1 153 5D 54
Octal 374 256 311 0 37 24 1 523 135 124
Binary 11111100 10101110 11001001 0 11111 10100 1 101010011 1011101 1010100

Color Harmonies of #FCAEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEC9

Black with #FCAEC9

Text Example


Text Example

White with #FCAEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEC9; }

 p { color: rgb(252,174,201); }

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

background-color css

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

 a { background-color: rgb(252,174,201); }

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

border-color css

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

 span { border-color: rgb(252,174,201); }

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