Html Css Color HEX #FFA3D0 Carnation Pink

📋 copy color: '#FFA3D0'

red 255 ◦ green 163 ◦ blue 208

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

Shades of Carnation Pink #FFA3D0

Tints of Carnation Pink #FFA3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.23%

R = 40.73%
G = 26.04%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA3D0 (or 0xFFA3D0) is known color: Carnation Pink. HEX triplet: FF, A3 and D0. RGB value is (255,163,208). Sum of RGB (Red+Green+Blue) = 255+163+208=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3D0 is #005C2F. Grayscale: #C3C3C3. Windows color (decimal): -23600 or 13673471. OLE color: 13673471.

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

Color convert

RGB 255 163 208 -
CMYK 0 0.36 0.18 0
HSL 330.65º 1% 0.82% -
HSV(B) 330.65º 0.36% 1% -
XYZ 65.72 52.01 66.25 -
YUV 195.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 255 163 208 0 0.36 0.18 0 330.65 1 0.82
Hex FF A3 D0 0 24 12 0 14B 64 52
Octal 377 243 320 0 44 22 0 513 144 122
Binary 11111111 10100011 11010000 0 100100 10010 0 101001011 1100100 1010010

Color Harmonies of #FFA3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA3D0

Black with #FFA3D0

Text Example


Text Example

White with #FFA3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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