Html Css Color HEX #FFA8C8 Carnation Pink

📋 copy color: '#FFA8C8'

red 255 ◦ green 168 ◦ blue 200

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

Shades of Carnation Pink #FFA8C8

Tints of Carnation Pink #FFA8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 40.93%
G = 26.97%
B = 32.1%

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

#FFA8C8 (or 0xFFA8C8) is known color: Carnation Pink. HEX triplet: FF, A8 and C8. RGB value is (255,168,200). Sum of RGB (Red+Green+Blue) = 255+168+200=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8C8 is #005737. Grayscale: #C5C5C5. Windows color (decimal): -22328 or 13150463. OLE color: 13150463.

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

Color convert

RGB 255 168 200 -
CMYK 0 0.34 0.22 0
HSL 337.93º 1% 0.83% -
HSV(B) 337.93º 0.34% 1% -
XYZ 65.67 53.44 61.5 -
YUV 197.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 255 168 200 0 0.34 0.22 0 337.93 1 0.83
Hex FF A8 C8 0 22 16 0 152 64 53
Octal 377 250 310 0 42 26 0 522 144 123
Binary 11111111 10101000 11001000 0 100010 10110 0 101010010 1100100 1010011

Color Harmonies of #FFA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8C8

Black with #FFA8C8

Text Example


Text Example

White with #FFA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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