Html Css Color HEX #FFA8C6 Carnation Pink

📋 copy color: '#FFA8C6'

red 255 ◦ green 168 ◦ blue 198

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

Shades of Carnation Pink #FFA8C6

Tints of Carnation Pink #FFA8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 41.06%
G = 27.05%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA8C6 (or 0xFFA8C6) is known color: Carnation Pink. HEX triplet: FF, A8 and C6. RGB value is (255,168,198). Sum of RGB (Red+Green+Blue) = 255+168+198=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C6 is #005739. Grayscale: #C5C5C5. Windows color (decimal): -22330 or 13019391. OLE color: 13019391.

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

Color convert

RGB 255 168 198 -
CMYK 0 0.34 0.22 0
HSL 339.31º 1% 0.83% -
HSV(B) 339.31º 0.34% 1% -
XYZ 65.44 53.34 60.27 -
YUV 197.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 255 168 198 0 0.34 0.22 0 339.31 1 0.83
Hex FF A8 C6 0 22 16 0 153 64 53
Octal 377 250 306 0 42 26 0 523 144 123
Binary 11111111 10101000 11000110 0 100010 10110 0 101010011 1100100 1010011

Color Harmonies of #FFA8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8C6

Black with #FFA8C6

Text Example


Text Example

White with #FFA8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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