Html Css Color HEX #FFA1CD Carnation Pink

📋 copy color: '#FFA1CD'

red 255 ◦ green 161 ◦ blue 205

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

Shades of Carnation Pink #FFA1CD

Tints of Carnation Pink #FFA1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 41.06%
G = 25.93%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFA1CD (or 0xFFA1CD) is known color: Carnation Pink. HEX triplet: FF, A1 and CD. RGB value is (255,161,205). Sum of RGB (Red+Green+Blue) = 255+161+205=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CD is #005E32. Grayscale: #C2C2C2. Windows color (decimal): -24115 or 13476351. OLE color: 13476351.

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

Color convert

RGB 255 161 205 -
CMYK 0 0.37 0.20 0
HSL 331.91º 1% 0.82% -
HSV(B) 331.91º 0.37% 1% -
XYZ 65 51.16 64.21 -
YUV 194.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 255 161 205 0 0.37 0.20 0 331.91 1 0.82
Hex FF A1 CD 0 25 14 0 14C 64 52
Octal 377 241 315 0 45 24 0 514 144 122
Binary 11111111 10100001 11001101 0 100101 10100 0 101001100 1100100 1010010

Color Harmonies of #FFA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1CD

Black with #FFA1CD

Text Example


Text Example

White with #FFA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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