Html Css Color HEX #FFA0C8 Carnation Pink

📋 copy color: '#FFA0C8'

red 255 ◦ green 160 ◦ blue 200

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

Shades of Carnation Pink #FFA0C8

Tints of Carnation Pink #FFA0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 41.46%
G = 26.02%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA0C8 (or 0xFFA0C8) is known color: Carnation Pink. HEX triplet: FF, A0 and C8. RGB value is (255,160,200). Sum of RGB (Red+Green+Blue) = 255+160+200=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C8 is #005F37. Grayscale: #C0C0C0. Windows color (decimal): -24376 or 13148415. OLE color: 13148415.

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

Color convert

RGB 255 160 200 -
CMYK 0 0.37 0.22 0
HSL 334.74º 1% 0.81% -
HSV(B) 334.74º 0.37% 1% -
XYZ 64.24 50.57 61.02 -
YUV 192.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 255 160 200 0 0.37 0.22 0 334.74 1 0.81
Hex FF A0 C8 0 25 16 0 14F 64 51
Octal 377 240 310 0 45 26 0 517 144 121
Binary 11111111 10100000 11001000 0 100101 10110 0 101001111 1100100 1010001

Color Harmonies of #FFA0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0C8

Black with #FFA0C8

Text Example


Text Example

White with #FFA0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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