Html Css Color HEX #FFA5C0 Carnation Pink

📋 copy color: '#FFA5C0'

red 255 ◦ green 165 ◦ blue 192

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

Shades of Carnation Pink #FFA5C0

Tints of Carnation Pink #FFA5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.96%

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 41.67%
G = 26.96%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFA5C0 (or 0xFFA5C0) is known color: Carnation Pink. HEX triplet: FF, A5 and C0. RGB value is (255,165,192). Sum of RGB (Red+Green+Blue) = 255+165+192=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C0 is #005A3F. Grayscale: #C2C2C2. Windows color (decimal): -23104 or 12625407. OLE color: 12625407.

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

Color convert

RGB 255 165 192 -
CMYK 0 0.35 0.25 0
HSL 342º 1% 0.82% -
HSV(B) 342º 0.35% 1% -
XYZ 64.21 51.98 56.52 -
YUV 194.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 255 165 192 0 0.35 0.25 0 342 1 0.82
Hex FF A5 C0 0 23 19 0 156 64 52
Octal 377 245 300 0 43 31 0 526 144 122
Binary 11111111 10100101 11000000 0 100011 11001 0 101010110 1100100 1010010

Color Harmonies of #FFA5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5C0

Black with #FFA5C0

Text Example


Text Example

White with #FFA5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5C0; }

 p { color: rgb(255,165,192); }

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

background-color css

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

 a { background-color: rgb(255,165,192); }

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

border-color css

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

 span { border-color: rgb(255,165,192); }

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