Html Css Color HEX #FFA8C0 Carnation Pink

📋 copy color: '#FFA8C0'

red 255 ◦ green 168 ◦ blue 192

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

Shades of Carnation Pink #FFA8C0

Tints of Carnation Pink #FFA8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 41.46%
G = 27.32%
B = 31.22%

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

#FFA8C0 (or 0xFFA8C0) is known color: Carnation Pink. HEX triplet: FF, A8 and C0. RGB value is (255,168,192). Sum of RGB (Red+Green+Blue) = 255+168+192=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C0 is #00573F. Grayscale: #C4C4C4. Windows color (decimal): -22336 or 12626175. OLE color: 12626175.

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

Color convert

RGB 255 168 192 -
CMYK 0 0.34 0.25 0
HSL 343.45º 1% 0.83% -
HSV(B) 343.45º 0.34% 1% -
XYZ 64.76 53.07 56.7 -
YUV 196.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 255 168 192 0 0.34 0.25 0 343.45 1 0.83
Hex FF A8 C0 0 22 19 0 157 64 53
Octal 377 250 300 0 42 31 0 527 144 123
Binary 11111111 10101000 11000000 0 100010 11001 0 101010111 1100100 1010011

Color Harmonies of #FFA8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8C0

Black with #FFA8C0

Text Example


Text Example

White with #FFA8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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