Html Css Color HEX #FFA3C7 Carnation Pink

📋 copy color: '#FFA3C7'

red 255 ◦ green 163 ◦ blue 199

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

Shades of Carnation Pink #FFA3C7

Tints of Carnation Pink #FFA3C7

RGB

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

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

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

R = 41.33%
G = 26.42%
B = 32.25%

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

#FFA3C7 (or 0xFFA3C7) is known color: Carnation Pink. HEX triplet: FF, A3 and C7. RGB value is (255,163,199). Sum of RGB (Red+Green+Blue) = 255+163+199=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C7 is #005C38. Grayscale: #C2C2C2. Windows color (decimal): -23609 or 13083647. OLE color: 13083647.

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

Color convert

RGB 255 163 199 -
CMYK 0 0.36 0.22 0
HSL 336.52º 1% 0.82% -
HSV(B) 336.52º 0.36% 1% -
XYZ 64.65 51.58 60.58 -
YUV 194.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 255 163 199 0 0.36 0.22 0 336.52 1 0.82
Hex FF A3 C7 0 24 16 0 151 64 52
Octal 377 243 307 0 44 26 0 521 144 122
Binary 11111111 10100011 11000111 0 100100 10110 0 101010001 1100100 1010010

Color Harmonies of #FFA3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA3C7

Black with #FFA3C7

Text Example


Text Example

White with #FFA3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA3C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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