Html Css Color HEX #FFA8BF Carnation Pink

📋 copy color: '#FFA8BF'

red 255 ◦ green 168 ◦ blue 191

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

Shades of Carnation Pink #FFA8BF

Tints of Carnation Pink #FFA8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.36%

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

R = 41.53%
G = 27.36%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFA8BF (or 0xFFA8BF) is known color: Carnation Pink. HEX triplet: FF, A8 and BF. RGB value is (255,168,191). Sum of RGB (Red+Green+Blue) = 255+168+191=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8BF is #005740. Grayscale: #C4C4C4. Windows color (decimal): -22337 or 12560639. OLE color: 12560639.

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

Color convert

RGB 255 168 191 -
CMYK 0 0.34 0.25 0
HSL 344.14º 1% 0.83% -
HSV(B) 344.14º 0.34% 1% -
XYZ 64.65 53.03 56.12 -
YUV 196.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 255 168 191 0 0.34 0.25 0 344.14 1 0.83
Hex FF A8 BF 0 22 19 0 158 64 53
Octal 377 250 277 0 42 31 0 530 144 123
Binary 11111111 10101000 10111111 0 100010 11001 0 101011000 1100100 1010011

Color Harmonies of #FFA8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8BF

Black with #FFA8BF

Text Example


Text Example

White with #FFA8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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