#FFACCB

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

Shades of Carnation Pink #FFACCB

Tints of Carnation Pink #FFACCB

Color information

#FFACCB (or 0xFFACCB) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and CB. RGB value is (255,172,203). Sum of RGB (Red+Green+Blue) = 255+172+203=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCB is #005334. Grayscale: #C8C8C8. Windows color (decimal): -21301 or 13348095. OLE color: 13348095.

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

Color convert

RGB255172203-
CMYK00.330.200
HSL337.59º100%83.73%-
HSV(B)337.59º32.55%100%-
XYZ66.7755.0863.61-
YUV200.35129.5166.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=40.48%
G=27.30%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220300.330.200337.5910083.73
HexFFACCB0211401526454
Octal377254313041240522144124
Binary111111111010110011001011010000110100010101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACCB; }

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

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

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

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

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

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

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

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