#FFA5CF

Color #FFA5CF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FFA5CF

Tints of Carnation Pink #FFA5CF

Color information

#FFA5CF (or 0xFFA5CF) is unknown color: approx Carnation Pink. HEX triplet: FF, A5 and CF. RGB value is (255,165,207). Sum of RGB (Red+Green+Blue) = 255+165+207=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CF is #005A30. Grayscale: #C4C4C4. Windows color (decimal): -23089 or 13608447. OLE color: 13608447.

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

Color convert

RGB255165207-
CMYK00.350.190
HSL332º100%82.35%-
HSV(B)332º35.29%100%-
XYZ65.9652.6865.72-
YUV196.7133.82169.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 26.32%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=40.67%
G=26.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516520700.350.19033210082.35
HexFFA5CF02313014c6452
Octal377245317043230514144122
Binary111111111010010111001111010001110011010100110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5CF; }

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

 H1.HeaderClassName
 {
   color: #FFA5CF;
 }
 .AnyTagClassName
 {
   color: #FFA5CF;
 }
</style>
background-color css

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

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

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

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

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

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