Html Css Color HEX #FFA0C4 Carnation Pink

📋 copy color: '#FFA0C4'

red 255 ◦ green 160 ◦ blue 196

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

Shades of Carnation Pink #FFA0C4

Tints of Carnation Pink #FFA0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 41.73%
G = 26.19%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFA0C4 (or 0xFFA0C4) is known color: Carnation Pink. HEX triplet: FF, A0 and C4. RGB value is (255,160,196). Sum of RGB (Red+Green+Blue) = 255+160+196=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C4 is #005F3B. Grayscale: #C0C0C0. Windows color (decimal): -24380 or 12886271. OLE color: 12886271.

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

Color convert

RGB 255 160 196 -
CMYK 0 0.37 0.23 0
HSL 337.26º 1% 0.81% -
HSV(B) 337.26º 0.37% 1% -
XYZ 63.77 50.39 58.59 -
YUV 192.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 255 160 196 0 0.37 0.23 0 337.26 1 0.81
Hex FF A0 C4 0 25 17 0 151 64 51
Octal 377 240 304 0 45 27 0 521 144 121
Binary 11111111 10100000 11000100 0 100101 10111 0 101010001 1100100 1010001

Color Harmonies of #FFA0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0C4

Black with #FFA0C4

Text Example


Text Example

White with #FFA0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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