Html Css Color HEX #FFA3C6 Carnation Pink

📋 copy color: '#FFA3C6'

red 255 ◦ green 163 ◦ blue 198

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

Shades of Carnation Pink #FFA3C6

Tints of Carnation Pink #FFA3C6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.46%

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

R = 41.4%
G = 26.46%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA3C6 (or 0xFFA3C6) is known color: Carnation Pink. HEX triplet: FF, A3 and C6. RGB value is (255,163,198). Sum of RGB (Red+Green+Blue) = 255+163+198=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C6 is #005C39. Grayscale: #C2C2C2. Windows color (decimal): -23610 or 13018111. OLE color: 13018111.

HSL color Cylindrical-coordinate representation of color #FFA3C6: hue angle of 337.17º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA3C6 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 163 198 -
CMYK 0 0.36 0.22 0
HSL 337.17º 1% 0.82% -
HSV(B) 337.17º 0.36% 1% -
XYZ 64.53 51.53 59.97 -
YUV 194.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 255 163 198 0 0.36 0.22 0 337.17 1 0.82
Hex FF A3 C6 0 24 16 0 151 64 52
Octal 377 243 306 0 44 26 0 521 144 122
Binary 11111111 10100011 11000110 0 100100 10110 0 101010001 1100100 1010010

Color Harmonies of #FFA3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA3C6

Black with #FFA3C6

Text Example


Text Example

White with #FFA3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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