Html Css Color HEX #FFA1BF Carnation Pink

📋 copy color: '#FFA1BF'

red 255 ◦ green 161 ◦ blue 191

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

Shades of Carnation Pink #FFA1BF

Tints of Carnation Pink #FFA1BF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.52%

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

R = 42.01%
G = 26.52%
B = 31.47%

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

#FFA1BF (or 0xFFA1BF) is known color: Carnation Pink. HEX triplet: FF, A1 and BF. RGB value is (255,161,191). Sum of RGB (Red+Green+Blue) = 255+161+191=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1BF is #005E40. Grayscale: #C0C0C0. Windows color (decimal): -24129 or 12558847. OLE color: 12558847.

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

Color convert

RGB 255 161 191 -
CMYK 0 0.37 0.25 0
HSL 340.85º 1% 0.82% -
HSV(B) 340.85º 0.37% 1% -
XYZ 63.39 50.51 55.7 -
YUV 192.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 255 161 191 0 0.37 0.25 0 340.85 1 0.82
Hex FF A1 BF 0 25 19 0 155 64 52
Octal 377 241 277 0 45 31 0 525 144 122
Binary 11111111 10100001 10111111 0 100101 11001 0 101010101 1100100 1010010

Color Harmonies of #FFA1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1BF

Black with #FFA1BF

Text Example


Text Example

White with #FFA1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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