Html Css Color HEX #FFA3C5 Carnation Pink

📋 copy color: '#FFA3C5'

red 255 ◦ green 163 ◦ blue 197

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

Shades of Carnation Pink #FFA3C5

Tints of Carnation Pink #FFA3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 41.46%
G = 26.5%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFA3C5 (or 0xFFA3C5) is known color: Carnation Pink. HEX triplet: FF, A3 and C5. RGB value is (255,163,197). Sum of RGB (Red+Green+Blue) = 255+163+197=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C5 is #005C3A. Grayscale: #C2C2C2. Windows color (decimal): -23611 or 12952575. OLE color: 12952575.

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

Color convert

RGB 255 163 197 -
CMYK 0 0.36 0.23 0
HSL 337.83º 1% 0.82% -
HSV(B) 337.83º 0.36% 1% -
XYZ 64.42 51.49 59.37 -
YUV 194.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 255 163 197 0 0.36 0.23 0 337.83 1 0.82
Hex FF A3 C5 0 24 17 0 152 64 52
Octal 377 243 305 0 44 27 0 522 144 122
Binary 11111111 10100011 11000101 0 100100 10111 0 101010010 1100100 1010010

Color Harmonies of #FFA3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA3C5

Black with #FFA3C5

Text Example


Text Example

White with #FFA3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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