Html Css Color HEX #FFA8C7 Carnation Pink

📋 copy color: '#FFA8C7'

red 255 ◦ green 168 ◦ blue 199

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

Shades of Carnation Pink #FFA8C7

Tints of Carnation Pink #FFA8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.99%

R = 41%
G = 27.01%
B = 31.99%

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

#FFA8C7 (or 0xFFA8C7) is known color: Carnation Pink. HEX triplet: FF, A8 and C7. RGB value is (255,168,199). Sum of RGB (Red+Green+Blue) = 255+168+199=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C7 is #005738. Grayscale: #C5C5C5. Windows color (decimal): -22329 or 13084927. OLE color: 13084927.

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

Color convert

RGB 255 168 199 -
CMYK 0 0.34 0.22 0
HSL 338.62º 1% 0.83% -
HSV(B) 338.62º 0.34% 1% -
XYZ 65.55 53.39 60.88 -
YUV 197.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 255 168 199 0 0.34 0.22 0 338.62 1 0.83
Hex FF A8 C7 0 22 16 0 153 64 53
Octal 377 250 307 0 42 26 0 523 144 123
Binary 11111111 10101000 11000111 0 100010 10110 0 101010011 1100100 1010011

Color Harmonies of #FFA8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8C7

Black with #FFA8C7

Text Example


Text Example

White with #FFA8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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