Html Css Color HEX #FFA4BA Carnation Pink

📋 copy color: '#FFA4BA'

red 255 ◦ green 164 ◦ blue 186

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

Shades of Carnation Pink #FFA4BA

Tints of Carnation Pink #FFA4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 42.15%
G = 27.11%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFA4BA (or 0xFFA4BA) is known color: Carnation Pink. HEX triplet: FF, A4 and BA. RGB value is (255,164,186). Sum of RGB (Red+Green+Blue) = 255+164+186=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4BA is #005B45. Grayscale: #C1C1C1. Windows color (decimal): -23366 or 12231935. OLE color: 12231935.

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

Color convert

RGB 255 164 186 -
CMYK 0 0.36 0.27 0
HSL 345.49º 1% 0.82% -
HSV(B) 345.49º 0.36% 1% -
XYZ 63.38 51.36 53.03 -
YUV 193.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 255 164 186 0 0.36 0.27 0 345.49 1 0.82
Hex FF A4 BA 0 24 1B 0 159 64 52
Octal 377 244 272 0 44 33 0 531 144 122
Binary 11111111 10100100 10111010 0 100100 11011 0 101011001 1100100 1010010

Color Harmonies of #FFA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4BA

Black with #FFA4BA

Text Example


Text Example

White with #FFA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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