Html Css Color HEX #FFA1D1 Carnation Pink

📋 copy color: '#FFA1D1'

red 255 ◦ green 161 ◦ blue 209

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

Shades of Carnation Pink #FFA1D1

Tints of Carnation Pink #FFA1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.44%

R = 40.8%
G = 25.76%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA1D1 (or 0xFFA1D1) is known color: Carnation Pink. HEX triplet: FF, A1 and D1. RGB value is (255,161,209). Sum of RGB (Red+Green+Blue) = 255+161+209=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D1 is #005E2E. Grayscale: #C2C2C2. Windows color (decimal): -24111 or 13738495. OLE color: 13738495.

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

Color convert

RGB 255 161 209 -
CMYK 0 0.37 0.18 0
HSL 329.36º 1% 0.82% -
HSV(B) 329.36º 0.37% 1% -
XYZ 65.49 51.35 66.78 -
YUV 194.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 255 161 209 0 0.37 0.18 0 329.36 1 0.82
Hex FF A1 D1 0 25 12 0 149 64 52
Octal 377 241 321 0 45 22 0 511 144 122
Binary 11111111 10100001 11010001 0 100101 10010 0 101001001 1100100 1010010

Color Harmonies of #FFA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1D1

Black with #FFA1D1

Text Example


Text Example

White with #FFA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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