Html Css Color HEX #FFA0C9 Carnation Pink

📋 copy color: '#FFA0C9'

red 255 ◦ green 160 ◦ blue 201

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

Shades of Carnation Pink #FFA0C9

Tints of Carnation Pink #FFA0C9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.97%

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

R = 41.4%
G = 25.97%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA0C9 (or 0xFFA0C9) is known color: Carnation Pink. HEX triplet: FF, A0 and C9. RGB value is (255,160,201). Sum of RGB (Red+Green+Blue) = 255+160+201=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C9 is #005F36. Grayscale: #C1C1C1. Windows color (decimal): -24375 or 13213951. OLE color: 13213951.

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

Color convert

RGB 255 160 201 -
CMYK 0 0.37 0.21 0
HSL 334.11º 1% 0.81% -
HSV(B) 334.11º 0.37% 1% -
XYZ 64.35 50.62 61.64 -
YUV 193.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 255 160 201 0 0.37 0.21 0 334.11 1 0.81
Hex FF A0 C9 0 25 15 0 14E 64 51
Octal 377 240 311 0 45 25 0 516 144 121
Binary 11111111 10100000 11001001 0 100101 10101 0 101001110 1100100 1010001

Color Harmonies of #FFA0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0C9

Black with #FFA0C9

Text Example


Text Example

White with #FFA0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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