#FFA7CB

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

Shades of Carnation Pink #FFA7CB

Tints of Carnation Pink #FFA7CB

Color information

#FFA7CB (or 0xFFA7CB) is unknown color: approx Carnation Pink. HEX triplet: FF, A7 and CB. RGB value is (255,167,203). Sum of RGB (Red+Green+Blue) = 255+167+203=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CB is #005834. Grayscale: #C5C5C5. Windows color (decimal): -22581 or 13346815. OLE color: 13346815.

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

Color convert

RGB255167203-
CMYK00.350.200
HSL335.45º100%82.75%-
HSV(B)335.45º34.51%100%-
XYZ65.8453.2163.3-
YUV197.42131.15169.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=40.8%
G=26.72%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516720300.350.200335.4510082.75
HexFFA7CB02314014f6453
Octal377247313043240517144123
Binary111111111010011111001011010001110100010100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7CB; }

 p { color: rgb(255,167,203); }

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

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

 a { background-color: rgb(255,167,203); }

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

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

 span { border-color: rgb(255,167,203); }

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