Html Css Color HEX #FFA8C5 Carnation Pink

📋 copy color: '#FFA8C5'

red 255 ◦ green 168 ◦ blue 197

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

Shades of Carnation Pink #FFA8C5

Tints of Carnation Pink #FFA8C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 41.13%
G = 27.1%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFA8C5 (or 0xFFA8C5) is known color: Carnation Pink. HEX triplet: FF, A8 and C5. RGB value is (255,168,197). Sum of RGB (Red+Green+Blue) = 255+168+197=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C5 is #00573A. Grayscale: #C5C5C5. Windows color (decimal): -22331 or 12953855. OLE color: 12953855.

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

Color convert

RGB 255 168 197 -
CMYK 0 0.34 0.23 0
HSL 340º 1% 0.83% -
HSV(B) 340º 0.34% 1% -
XYZ 65.32 53.3 59.67 -
YUV 197.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 255 168 197 0 0.34 0.23 0 340 1 0.83
Hex FF A8 C5 0 22 17 0 154 64 53
Octal 377 250 305 0 42 27 0 524 144 123
Binary 11111111 10101000 11000101 0 100010 10111 0 101010100 1100100 1010011

Color Harmonies of #FFA8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8C5

Black with #FFA8C5

Text Example


Text Example

White with #FFA8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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