Html Css Color HEX #FFA4C9 Carnation Pink

📋 copy color: '#FFA4C9'

red 255 ◦ green 164 ◦ blue 201

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

Shades of Carnation Pink #FFA4C9

Tints of Carnation Pink #FFA4C9

RGB

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

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

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

R = 41.13%
G = 26.45%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA4C9 (or 0xFFA4C9) is known color: Carnation Pink. HEX triplet: FF, A4 and C9. RGB value is (255,164,201). Sum of RGB (Red+Green+Blue) = 255+164+201=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C9 is #005B36. Grayscale: #C3C3C3. Windows color (decimal): -23351 or 13214975. OLE color: 13214975.

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

Color convert

RGB 255 164 201 -
CMYK 0 0.36 0.21 0
HSL 335.6º 1% 0.82% -
HSV(B) 335.6º 0.36% 1% -
XYZ 65.06 52.03 61.87 -
YUV 195.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 255 164 201 0 0.36 0.21 0 335.6 1 0.82
Hex FF A4 C9 0 24 15 0 150 64 52
Octal 377 244 311 0 44 25 0 520 144 122
Binary 11111111 10100100 11001001 0 100100 10101 0 101010000 1100100 1010010

Color Harmonies of #FFA4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4C9

Black with #FFA4C9

Text Example


Text Example

White with #FFA4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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