Html Css Color HEX #FFA4CE Carnation Pink

📋 copy color: '#FFA4CE'

red 255 ◦ green 164 ◦ blue 206

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

Shades of Carnation Pink #FFA4CE

Tints of Carnation Pink #FFA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.24%

 BLUE value IS 206 (80.86% from 255) = 32.96%

R = 40.8%
G = 26.24%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA4CE (or 0xFFA4CE) is known color: Carnation Pink. HEX triplet: FF, A4 and CE. RGB value is (255,164,206). Sum of RGB (Red+Green+Blue) = 255+164+206=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4CE is #005B31. Grayscale: #C3C3C3. Windows color (decimal): -23346 or 13542655. OLE color: 13542655.

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

Color convert

RGB 255 164 206 -
CMYK 0 0.36 0.19 0
HSL 332.31º 1% 0.82% -
HSV(B) 332.31º 0.36% 1% -
XYZ 65.66 52.27 65.02 -
YUV 196 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 255 164 206 0 0.36 0.19 0 332.31 1 0.82
Hex FF A4 CE 0 24 13 0 14C 64 52
Octal 377 244 316 0 44 23 0 514 144 122
Binary 11111111 10100100 11001110 0 100100 10011 0 101001100 1100100 1010010

Color Harmonies of #FFA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4CE

Black with #FFA4CE

Text Example


Text Example

White with #FFA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4CE; }

 p { color: rgb(255,164,206); }

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

background-color css

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

 a { background-color: rgb(255,164,206); }

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

border-color css

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

 span { border-color: rgb(255,164,206); }

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