Html Css Color HEX #FFA0BF Carnation Pink

📋 copy color: '#FFA0BF'

red 255 ◦ green 160 ◦ blue 191

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

Shades of Carnation Pink #FFA0BF

Tints of Carnation Pink #FFA0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.52%

R = 42.08%
G = 26.4%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFA0BF (or 0xFFA0BF) is known color: Carnation Pink. HEX triplet: FF, A0 and BF. RGB value is (255,160,191). Sum of RGB (Red+Green+Blue) = 255+160+191=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BF is #005F40. Grayscale: #BFBFBF. Windows color (decimal): -24385 or 12558591. OLE color: 12558591.

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

Color convert

RGB 255 160 191 -
CMYK 0 0.37 0.25 0
HSL 340.42º 1% 0.81% -
HSV(B) 340.42º 0.37% 1% -
XYZ 63.21 50.16 55.64 -
YUV 191.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 255 160 191 0 0.37 0.25 0 340.42 1 0.81
Hex FF A0 BF 0 25 19 0 154 64 51
Octal 377 240 277 0 45 31 0 524 144 121
Binary 11111111 10100000 10111111 0 100101 11001 0 101010100 1100100 1010001

Color Harmonies of #FFA0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0BF

Black with #FFA0BF

Text Example


Text Example

White with #FFA0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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