Html Css Color HEX #FFA1B8 Carnation Pink

📋 copy color: '#FFA1B8'

red 255 ◦ green 161 ◦ blue 184

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

Shades of Carnation Pink #FFA1B8

Tints of Carnation Pink #FFA1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 42.5%
G = 26.83%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFA1B8 (or 0xFFA1B8) is known color: Carnation Pink. HEX triplet: FF, A1 and B8. RGB value is (255,161,184). Sum of RGB (Red+Green+Blue) = 255+161+184=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B8 is #005E47. Grayscale: #BFBFBF. Windows color (decimal): -24136 or 12100095. OLE color: 12100095.

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

Color convert

RGB 255 161 184 -
CMYK 0 0.37 0.28 0
HSL 345.32º 1% 0.82% -
HSV(B) 345.32º 0.37% 1% -
XYZ 62.64 50.21 51.74 -
YUV 191.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 255 161 184 0 0.37 0.28 0 345.32 1 0.82
Hex FF A1 B8 0 25 1C 0 159 64 52
Octal 377 241 270 0 45 34 0 531 144 122
Binary 11111111 10100001 10111000 0 100101 11100 0 101011001 1100100 1010010

Color Harmonies of #FFA1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1B8

Black with #FFA1B8

Text Example


Text Example

White with #FFA1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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