Html Css Color HEX #FFA0CF Carnation Pink

📋 copy color: '#FFA0CF'

red 255 ◦ green 160 ◦ blue 207

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

Shades of Carnation Pink #FFA0CF

Tints of Carnation Pink #FFA0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.28%

R = 41%
G = 25.72%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA0CF (or 0xFFA0CF) is known color: Carnation Pink. HEX triplet: FF, A0 and CF. RGB value is (255,160,207). Sum of RGB (Red+Green+Blue) = 255+160+207=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CF is #005F30. Grayscale: #C1C1C1. Windows color (decimal): -24369 or 13607167. OLE color: 13607167.

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

Color convert

RGB 255 160 207 -
CMYK 0 0.37 0.19 0
HSL 330.32º 1% 0.81% -
HSV(B) 330.32º 0.37% 1% -
XYZ 65.07 50.91 65.43 -
YUV 193.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 255 160 207 0 0.37 0.19 0 330.32 1 0.81
Hex FF A0 CF 0 25 13 0 14A 64 51
Octal 377 240 317 0 45 23 0 512 144 121
Binary 11111111 10100000 11001111 0 100101 10011 0 101001010 1100100 1010001

Color Harmonies of #FFA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0CF

Black with #FFA0CF

Text Example


Text Example

White with #FFA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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